Tagged Questions
1
vote
0answers
314 views
obtainBuffer timed out in AudioRecord - Android
I am trying to get the audio input from a device. While getting the audio input, I try to assign icon to a label based on the intensity of audio input. I use the following code:
public void run() {
...
2
votes
2answers
2k views
Android AudioRecord fails to initialize
I've been having an issue with using AudioRecord for Android. I've read as much as I can find online about it, but I cannot seem to get a good initialization. I have tried the Android 2.2 emulator, ...
0
votes
1answer
1k views
AudioRecord problems with non-HTC devices
I'm having troubles using AudioRecord.
An example using some of the code derived from the splmeter project:
private static final int FREQUENCY = 8000;
private static final int CHANNEL = ...