does somenone knows what this means? the ogg is played with phonegap`s Meda, which uses MediaPlayer
05-26 15:41:50.007 1160 3631 E AudioFlinger: no more track names available
05-26 15:41:50.007 1160 3631 E AudioTrack: AudioFlinger could not create track, status: -12
05-26 15:41:50.007 1160 3631 E AudioSink: Unable to create audio track
05-26 15:41:50.007 1160 3631 E VorbisPlayer: mAudioSink open failed
thanks!
edit:
new Media('/android_asset/www/sounds/0.mp3',
function() {
//alert("playAudio():Audio Success");
},
function(err, arg) {
alert(err + ' ' + arg);
}).play()
"0.mp3"
, or is it an mp3? – Sapphire