Which AudioBufferList to provide for AEAudioFileWriterAddAudio
I'm trying to write to an audio file using AEAudioFileWriter
, beginWritingToFileAtPath
and AEAudioFileWriterAddAudio
but I have a problem with the arguments of this last one.
I don't know how to access to the audioBufferList
of my track recorded with my AERecorder
and his lenghtInFrames
Do you have an idea ?
Comments
You might want to check out TAAE2
http://forum.theamazingaudioengine.com/discussion/1202/presenting-the-amazing-audio-engine-2#latest
Looks greaaaaat ! Thank's !
There will be offline rendering to save a file with an audio filter applied in TAAE2 ?
Absolutely - I'll be adding a file renderer shortly.
Per-fect, thank's !
AEAudioFileOutput
has now been addedYou rock !