damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.43k stars 800 forks source link

recorderStartMicrophone does not produce wave file with correct format #127

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

What device(s) are you experiencing the problem on?
Motorola Spice and Samsung Galaxy

What firmware version are you running on the device?
2.1, 2.2

What steps will reproduce the problem?
1. Run recorderStartMicrophone to record wav file
2. Copy file to PC
3. Use python: import wave, then open the wav file.

What is the expected output? What do you see instead?
"wave.Error: file does not start with RIFF id"

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by mike...@gmail.com on 14 Oct 2011 at 3:23

Attachments:

Copied from original issue: damonkohler/android-scripting#579

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:30

I have the same issue and I'm trying to find a solution to it. If you did find 
an answer please post it! Thank you very much!

Original comment by radu...@gmail.com on 5 May 2012 at 10:41