Microphone
Is there a way to capture audio via a microphone, and send that audio to another application that recieves streaming audio. This all needs to be done in a web browser, not in any standalone programs. The second application will be on another browser... Can it be done Java, php, java script... anything...?
Thanks,
# 1
> application will be on another browser... Can it be
> done Java, php, java script... anything...?
Recording voice from a microphone can be done in java... I've done it and it wasn't that hard. Unfortunately I don't have the code here with me.
there's no way ur going to get this to happen with php or javascript, so focus on java
> Thanks,