Hi,
I have an issue with mp3 conversion on Android device.
I have successfully imported lamejs to my worker by sending a new lamejsURL like this in the provider:
var df = win.lamejs.toString();
var lamejsUrl = window.URL.createObjectURL(new Blob([df], {type: 'application/javascript'}));
However, lame.WavHeader.readHeader cannot seems to decode my dataview ad i was wondering why (is that because cordova media plugin on android returns amr and not wav?
Do you have some Cordova working sample that you can share so I can see what i did wrong please?
Regards
Hi,
I have an issue with mp3 conversion on Android device.
I have successfully imported lamejs to my worker by sending a new lamejsURL like this in the provider:
var df = win.lamejs.toString();
var lamejsUrl = window.URL.createObjectURL(new Blob([df], {type: 'application/javascript'}));
However, lame.WavHeader.readHeader cannot seems to decode my dataview ad i was wondering why (is that because cordova media plugin on android returns amr and not wav?
Do you have some Cordova working sample that you can share so I can see what i did wrong please?
Regards