Can the Finch library play sounds from NSData sources so that things recorded within the app using AVAudioRecorder can then be played back?
Can the Finch library play sounds from NSData sources so that things recorded within
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.
Yes. The
FISoundclass has an initializer that takes anFISample, which is just a simple wrapper aroundNSData. That means you can stuff your data into anFISampleinstance, fill in the audio metadata and use the sample to create anFISound.