I am using audio recorder class to record and audio file, but when i print 
an input array that the buffer produces, as i want to manipulate this 
input, i do not get any pattern of a proper wave. It is producing a lot of 
noise. Please help me with this. I have used all the parameters as 
specified. given bellow is the code,

public static short[] buffer;
 public static int sampleRateInHz = 8000;
 public static int audioChannelConfig = 
AudioFormat.CHANNEL_CONFIGURATION_MONO;
 public static int audioFormat_Encoding = AudioFormat.ENCODING_PCM_16BIT;
 public static int audioSource = MediaRecorder.AudioSource.DEFAULT;


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to