Question
Compressing Audio as MP3
Hi All,
I have an AIR app that runs on Mac and Windows. I'd like to a) read a WAV file, b) compress the data in MP3 format, then c) save the compressed data as a file.
I can do (a) and (c). Any thoughts on how to do (b)?
I have the impression that there's Actionscript code out there that will do this, but perhaps it is a bit slow. A Mac/Windows native extension would be ideal, but as far as I can see no such native extension exists. So I'd welcome all suggestions, including ActionScript libraries.
Also, if I end up using ActionScript, I'm wondering if I should use workers to speed up the process. I haven't used workers in the past. Does this approach make sense in this case?
Thanks in advance,
Douglas
