Android AudioRecorder object wont read from microphone.
Posted
by supersk
on Stack Overflow
See other posts from Stack Overflow
or by supersk
Published on 2010-05-09T07:23:47Z
Indexed on
2010/05/09
7:28 UTC
Read the original article
Hit count: 178
I'm trying to build a voip application on a new android device, i use AudioRecorder to read the microphone but I'm getting no valid results, just white noise. This happen only on this new device(other work well) and this is probably because this device has PTT ability. Is there some workaround to avoid using AudioRecoder to receive streaming data from the microphone?
Thanks. supersk.
© Stack Overflow or respective owner