Re: Pitch Shifting and File Saving Problem
Re: Pitch Shifting and File Saving Problem
- Subject: Re: Pitch Shifting and File Saving Problem
- From: Aran Mulholland <email@hidden>
- Date: Wed, 23 Oct 2013 12:05:25 +1100
You seem to be thinking that you can cast a URL to an ExtaudioFileRef when calling ExtAudioFileWriteAsync. You cant. Read the documentation here
You need to create the file (outside your render callback)
Then write to it.
Close it when you have totally finished with it. (not every render callback)
I could go on, but a thorough read of the documentation is what you need to do.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden