Prerna chavan
Prerna chavan

Reputation: 3249

iOS framework for manipulating sound file

I want to convert a recorded sound file to another data format or a graph which can be comparable/manipulatable with another file of same data format. May be some type of Fourier transform . Does iOS provide some frame work for the same ? I know the core audio framework, AudioToolbox framework, i dont think these two frameworks will help my need. So does any one know how to do that.

Upvotes: 0

Views: 225

Answers (1)

Nirav Bhatt
Nirav Bhatt

Reputation: 6969

Your starting point maybe this.

That said, it will not be wrong to go through this sample too, which has FFT stuff.

Upvotes: 1

Related Questions