I’m attempting to write an AAC file from the output stream of an AUGraph, and on playback my file only plays a buzzing noise, and I get the error ExtAudioFileWriteAsync -50.
I’d like to know what it means so that I can search for and destroy the problem.
Thanks to any Core Audio ninjas that can hook a brother up.
In case anyone else has this problem, the
-50 erroris akAudio_ParamError error, defined in CoreAudioTypes.h.Therefore, one of the parameters being passed to
ExtAudioFileWriteAsyncmust be faulty.