Microphone input

BlitzMax Forums/BlitzMax Programming/Microphone input

QuickSilva(Posted 2009) [#1]
There have been several threads about this in the past but I just wanted to ask what is the best solution at `present` for recording from a Microphone in BMax?

Ideally, I need it to work on both PC and Mac. Is there a free solution that will allow this or are .dlls the solution?

Does the bass.dll allow Microphone input and cross platform capabilities?

Thanks for any help,

Jason.


TaskMaster(Posted 2009) [#2]
I believe RakNet has voice chat built into it. You may be able to use it to record input on the Microphone.


jkrankie(Posted 2009) [#3]
I think you might be able to use Bruceys BASS module for this.

Cheers
Charlie


QuickSilva(Posted 2009) [#4]
Thanks for the replies guys, I`ll look into it further.

Jason.


Ked(Posted 2009) [#5]
Yeah, BASS allows you to record from the microphone.

I think this feature should be included with BlitzMax's audio modules, because I'm pretty sure OpenAL and DirectSound can both do it easily.

Actually, now that I think of it, DirectX 8 might be the first version to include recording capabilities.


*(Posted 2009) [#6]
I would like to see cross platform code for this