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
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.
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