Audio Recording broken on Android?
Posted on Mon, 2013-01-21 17:34
I just tried audio recording using the SimpleAudioRecorder sample that Corona provides on my Asus Transformer TF 101. I'm using Build: 2012.894. It says it's recording, but when I click the button for playback, I hear nothing.
I checked that my sound works by running Plants VS. Zombies, and I verified that my mic worked using Skype's Echo Test.
I'm pretty sure this worked before on my device...
Has anyone else seen this issue?
Audio records to a 3GP format on Android, which our
audioAPI does not support. The work-around is to play the recording via our ourmedia.playSound()API instead.http://docs.coronalabs.com/api/library/media/playSound.html