Hello,
For our mac software, we need to be able to convert wav recordings into mp3 format. I've been looking around on the web for a couple of days but haven't really gotten anywhere close.
I've looked at lame, got it linked into xcode, but have hit a brick wall of no developer documentation. Mainly I have no idea what the function names I should be linking to are. The closest thing I've got to an example is the c++ one from the source code and that uses the dll.
I also briefly looked at the apple doc for core audio/audio toolkit. That has sample code for file conversion, but it seems to require snow leopard (i'm using and developing for leopard), so that's no use.
Has anyone here managed to do wav to mp3 conversion and if so could you possibly point me in the right direction?
For our mac software, we need to be able to convert wav recordings into mp3 format. I've been looking around on the web for a couple of days but haven't really gotten anywhere close.
I've looked at lame, got it linked into xcode, but have hit a brick wall of no developer documentation. Mainly I have no idea what the function names I should be linking to are. The closest thing I've got to an example is the c++ one from the source code and that uses the dll.
I also briefly looked at the apple doc for core audio/audio toolkit. That has sample code for file conversion, but it seems to require snow leopard (i'm using and developing for leopard), so that's no use.
Has anyone here managed to do wav to mp3 conversion and if so could you possibly point me in the right direction?