The application that I'm writing requires recorded voice as input. However, I don't want to process a compressed AMR file. Is it possible to save the recorded voice as raw data? (i.e. wave file) THANKS!!!!!!!!
The application that I'm writing requires recorded voice as input. However, I don't want to process a compressed AMR file. Is it possible to save the recorded voice as raw data? (i.e. wave file) THANKS!!!!!!!!
well you can set the audio format in which to record with the encoding parameter while creating the player.
capture://audio?encoding=pcm
capture://audio?encoding=audio/x-wav
regards
nimish