1. mic access?
- Posted by Salix <salix at fre?ma?l.hu> Oct 03, 2007
- 544 views
How to access the microphone? I'd like to save the input... Regards, Salix
2. Re: mic access?
- Posted by Bernie Ryan <xotron at bl?ef?og.com> Oct 03, 2007
- 501 views
- Last edited Oct 04, 2007
Salix wrote: > > How to access the microphone? I'd like to save the input... > > Regards, > Salix: You would have to access the microphone through a soundcard. Then you have to write software to record the input by sampling the input an storing in some format ie. a wave file, etc. You would also need to write software to read a file of that format to play the file back through the soundcard. If you look out on the inet you will find "C" examples of windows programs that would help you figure out how to do it. Bernie My files in archive: WMOTOR, XMOTOR, W32ENGIN, MIXEDLIB, EU_ENGIN, WIN32ERU, WIN32API Can be downloaded here: http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan
3. Re: mic access?
- Posted by "Greg Haberek" <ghaberek at gmail.com> Oct 03, 2007
- 528 views
- Last edited Oct 04, 2007
I believe that BASS Audio Library will do what you need, though I'm not 100% positive on that. I used it for my Audio Ripper Plus for ripping CDs. Search for BASS in the Archive. You may also want to use LAME to encode the audio in MP3 format for easier storage. -Greg On 10/3/07, Salix <guest at rapideuphoria.com> wrote: > > > posted by: Salix <salix at fre?ma?l.hu> > > How to access the microphone? I'd like to save the input... > > Regards, > > Salix > > > >