Tagged Questions
1
vote
2answers
808 views
Android AudioRecord Headphones with MIC
I am having some issues with the AudioRecord class. I have an app that records audio while someone is listening to audio through headphones. In this scenario, it works fine. Users are able to ...
10
votes
4answers
7k views
Android: AudioRecord Class Problem: Callback is never called
My Android Java Application needs to record audio data into the RAM and process it.
This is why I use the class "AudioRecord" and not the "MediaRecorder" (records only to file).
Till now, I used a ...