On 10/13/2013 08:56 PM, Jonas Sicking wrote: > What we might be missing is an mp3 encoding API. Is that part of WebAudio? > > Though I suspect you can work around that by simply grabbing chunks > from the existing file, though it might be pretty painful to do so.
There is an emscripten based mp3 encoder at https://github.com/akrennmair/libmp3lame-js > But it would definitely be better if we had a built-in app which > responded to a WebActivity specifically and which allowed directly > setting a ringtone. That both results in a better UX, and means that > the ringtone-editing-app wouldn't need to be a privileged app. I think that what djf landed recently let you do that. Fabrice -- Fabrice Desré b2g team Mozilla Corporation _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
