I want to use the sound touch library on mp3 files, the problem is that it work only on wav files, there is any way to do convert in objective-c from mp3 to wav ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Probably not, and if there is a way to do that, it’s probably a very expensive operation (meaning it’ll take some time and cpu).
Are they static files? Could you convert them prior to adding them to your Xcode-project (instead of converting them on-the-fly, as you suggest)?