Strange distortion while recording from microphone in Android 2.2
I've got an application which records audio from the microphone and then performs some post-processing on the audio in realtime, so I must use the AudioRecord class instead of the standard MediaRecorder. My code for recording is as such: DataOutputStream dataOutputStreamInstance = new DataOutputStream(bufferedStreamInstance); android.o...