garnetrickster / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

What file format does recorderStartMicrophone save a file? #624

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to record a sound with recorderStartMicrophone method and I want to 
read the maximum amplitude of the sound in a interval. I want to use the wave 
module from Python but when I try to open the file I get an "No RIFF id found 
for file".

So this is why this question arises, what's the format of the output file? And 
is there any other/simpler way I can read the amplitute of a recorded sound, 
keeping in mind that I do want to use Python for that.

Thank you!

Original issue reported on code.google.com by radu...@gmail.com on 5 May 2012 at 10:32