santoshko / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

audio capture not working on iOS device #1062

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Audio capturing is not working on iPAD mini running iOS 7.0.4

What steps will reproduce the problem?
1. Run kitchen sink demo, go to capture audio

What is the expected output? What do you see instead?
Audio should be recorded. 
Audio was not created. A valid file path is returned from the value, but the 
file is not created.

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

Please provide any additional information below.
Capture.captureAudio returns a valid file path to the app's home path, but the 
file is not created.
Same thing with using MediaManager.createMediaRecorder with getAppHomePath() + 
filename as location. A media object is created but getDuration returns -1.

This was working on a previous build on Feb 9, 2014

Original issue reported on code.google.com by ng.mic...@gmail.com on 13 Feb 2014 at 7:36

GoogleCodeExporter commented 9 years ago
Thanks, this is fixed in SVN and soon on the servers.

Original comment by shai.almog on 17 Feb 2014 at 7:28