And how can i get sound form the mic?

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Evan
Coder
Posts: 21
Joined: Wed Dec 27, 2006 6:03 pm
Location: Weatherford TX

And how can i get sound form the mic?

Post by Evan »

How can i get sound form the mic?
I want to make a program that can send files through the sound ports.


Thanks

Evan
Evan Hurd
Antoni
Veteran
Posts: 132
Joined: Wed Jun 15, 2005 3:01 pm
Contact:

Post by Antoni »

IIRC Toshi Hori had some source about reading a mike.

http://www.ocf.berkeley.edu/~horie/project.html

Everything there will work only if your sound card is a Sounblaster 16 or you have something else that emulates it
sid6.7
Veteran
Posts: 318
Joined: Tue Jun 21, 2005 8:51 am
Location: west USA
Contact:

Re: And how can i get sound form the mic?

Post by sid6.7 »

Evan wrote:How can i get sound form the mic?
I want to make a program that can send files through the sound ports.


Thanks

Evan
it would be better to be more SPECIFIC about what your programming
before anyone can help you.
Evan
Coder
Posts: 21
Joined: Wed Dec 27, 2006 6:03 pm
Location: Weatherford TX

How can i get sound form the mic?

Post by Evan »

Well..
I want to make a program send a text file though the sound to another compter.
Evan Hurd
Patz QuickBASIC Creations
Veteran
Posts: 399
Joined: Wed Mar 02, 2005 9:01 pm
Location: Nashville, Tennessee
Contact:

Post by Patz QuickBASIC Creations »

Wireless transmission by sound? Wow. Though it does seem like a (somewhat) practical idea, it wouldn't be the best way to do things. Background noise would mess up the output in no time. If I were you, if you want to transmit something in QBASIC, use a null modem cable.
Evan
Coder
Posts: 21
Joined: Wed Dec 27, 2006 6:03 pm
Location: Weatherford TX

And how can i get sound form the mic?

Post by Evan »

Thanks for your input.


Evan
Evan Hurd
Post Reply