Microphone input
BlitzMax Forums/BlitzMax Programming/Microphone input| 
 | ||
| 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. | 
| 
 | ||
| I believe RakNet has voice chat built into it.  You may be able to use it to record input on the Microphone. | 
| 
 | ||
| I think you might be able to use Bruceys BASS module for this. Cheers Charlie | 
| 
 | ||
| Thanks for the replies guys, I`ll look into it further. Jason. | 
| 
 | ||
| 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. | 
| 
 | ||
| I would like to see cross platform code for this |