audiorecord

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...

Bad sound quality when recording/playing sounds - Android SDK

Hey, I have a problem with andriod programing when I try to record and then play the file that was just recored. I can both record and play the sound but the quality stinks. Its not just bad is really hard to listen to and sound abit like its a computer generated voice... I use the andriod SDK-emulator. The code that sets up the recordin...