Hi all!
I'm a Perl programmer and been using MacOS classic since 1998. I don't have spending money so I ain't gonna buy Mac X for the moment. Now, I'd like to code a MacOS9 app that captures audio from an external microphone and convert the audio in MP3 format then finally streams the audio via Socket. As a matter of fact, I've been trying to do that in Windows as well! I was told that in Win I'm supposed to call the "winmm.dll" and deal with the WaveInxxx functions. I'm really getting into it by telling Perl to deal with winmm.dll via WIN32::API package!
Can anyone tell me how I'm supposed to grab audio in MacOS9 from an external mic? Can it actually be done?
(Please, don't tell me to use Real Basic!)
thanks ever so much!
Larry