I was wondering what if any audio capture (through a mic) API's were available that could be integrated into a web server and would be accessible by the majority of Windows, Mac OS X, and mobile phone users. If not, could anyone suggest ways of making audio capture universally accessible without having to rewrite the majority of the code for each platform?
Capturing Audio Through A Website Compatible with Multiple Architectures
122 views Asked by user1107190 At
1
Using HTML5 will sort your problem. Assuming the platform has a modern web browser than this solution should work just fine. Audio capturing with HTML5
NOTE I have never used this solution but it would seem to do what you want.