Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 579437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T14:22:01+00:00 2026-05-13T14:22:01+00:00

I am charged with an old BASIC program that needs to be altered to

  • 0

I am charged with an old BASIC program that needs to be altered to activate microphone recording on a specific keypress. I’m having trouble finding out how.

Anyone here able to shed any light?

Thanks for any help.

Edit: I’m pretty sure it was originally written for GW-BASIC.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T14:22:01+00:00Added an answer on May 13, 2026 at 2:22 pm

    Since it sounds like you don’t have any of the audio code written already, my advice is that you don’t try to record from GW-BASIC. There are no built-in functions for accessing the sound card (SOUND and BEEP don’t count, as they work with the PC speaker), and sending SoundBlaster control codes is unreliable at best in Windows. Use a secondary, Windows-native program to record.

    As for the BASIC code, you’re going to have to poll the keyboard. Example:

    100 PRINT "Press any key to continue"
    110 A$ = INKEY$
    120 IF A$ = "" THEN GOTO 110
    130 IF A$ = CHR$(1) THEN GOSUB 1000
    140 PRINT "Rest of code goes here..."
    1000 ' Ctrl+A triggered the microphone
    1010 PRINT "Starting microphone recording."
    1020 SHELL "otherprg --startrecording"
    1030 RETURN
    

    Substitute your preferred key code. If you use INPUT, there’s a way–the KEY statement?–to make a function key insert text of your choice. Use KEY to insert, say, CHR$(2)+CHR$(13) (^B plus Enter) when the function key is pressed, then in every INPUT call scan the results for CHR$(2) using INSTR, and branch to the microphone code as desired.

    This still won’t work if you’re using INPUT to read numbers, though. Seriously, unless the microphone recording case is extremely constrained, you’re setting yourself up for hideous code that only mostly works.

    EDIT: And all this is skating around the biggest problem: GW-BASIC is single-tasking. When you’re recording from the mic, you’re not able to do real work elsewhere in the program, and vice versa.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 292k
  • Answers 292k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer This line is probably wrong: rs = ps.executeQuery(sentSQL); This actually… May 13, 2026 at 6:18 pm
  • Editorial Team
    Editorial Team added an answer Try the following topic from the RC docs: How to:… May 13, 2026 at 6:18 pm
  • Editorial Team
    Editorial Team added an answer I had a little trouble understanding your question, but I… May 13, 2026 at 6:18 pm

Related Questions

I have an application which is connected to a database through a spring.net AdoTemplate.
Here is my situation with rough numbers. I had like to know if my
We all know the good old disable the submit button trick but what are
I'm getting several of the following warnings in VS2005 on an old project after
I have a asp.net 2.0 web site with numerous asp:DropDownList controls. The DropDownList control

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.