Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Where to get cuetools and afconvert?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Where to get cuetools and afconvert?
Authored by: stsmith on Mar 17, '07 01:41:35PM

To build afconvert, search for "afconvert" using OS X's serach utility. Hit "Show All". Hit the little information icon near afconvert.cpp. It should say that this is in the directory /Developer/Examples/CoreAudio/Services/AudioFileTools. Use the Finder to go to that directory, then double click on the build file AudioFileTools.xcodeproj. This will bring up the Xcode application. Highlight afconvert.cpp and hit "Build". This should build the executable afconvert in the directory /Developer/Examples/CoreAudio/Services/AudioFileTools/build/Development-Panther. Finally, do something like

sudo ln -s /Developer/Examples/CoreAudio/Services/AudioFileTools/build/Development-Panther/afconvert /usr/local/bin/afconvert
to make a symbolic link to the executable that your shell will see.

[ Reply to This | # ]