I have AudioBufferList(also created NSData) with sample rate 44100Kz and wants to down sample it to 8000Kz. So if any one have any idea about down sampling please let me know. Great Idea will be appreciated.
Thanks
I have AudioBufferList(also created NSData) with sample rate 44100Kz and wants to down sample it to 8000Kz. So if any one have any idea about down sampling please let me know. Great Idea will be appreciated.
Thanks
You can achieve this using pick the every 6 byte from the byte array you making with your raw data and please try this link
I'm trying to do the same thing. I have set it to 8000 but im getting a distorted sound. you can see my code in this question to change the sample rate:
my iOS app using audio units with an 8000 hertz sample rate returns a distorted voice