Phonegap Media record mp3 file corrupt
I am using phonegap media to record audio as mp3. After recording, it plays fine on my Android and plays fine on Windows Media Player. However, when I try it in the browser it says that the file is corrupt. Exact errors: Chrome: "We cannot play this audio file right now." Firefox: "Video can't be played because the file is corrupt." IE: Opens the file in WMP and it plays. I used the code from the example. http://docs.phonegap.com/en/2.6.0/cordova_media_media.md.html#media.startRecord // Record audio // function recordAudio() { var src = "myrecording.mp3"; var mediaRec = new Media(src, //