Audio Recording broken on Android?

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? [import]uid: 125079 topic_id: 35177 reply_id: 335177[/import]

Audio records to a 3GP format on Android, which our [lua]audio[/lua] API does not support. The work-around is to play the recording via our our [lua]media.playSound()[/lua] API instead.
http://docs.coronalabs.com/api/library/media/playSound.html
[import]uid: 32256 topic_id: 35177 reply_id: 139825[/import]

Audio records to a 3GP format on Android, which our [lua]audio[/lua] API does not support. The work-around is to play the recording via our our [lua]media.playSound()[/lua] API instead.
http://docs.coronalabs.com/api/library/media/playSound.html
[import]uid: 32256 topic_id: 35177 reply_id: 139825[/import]