Mixing down two files together using Extended Audio File Services
问题 I am doing some custom audio post-processing using audio units. I have two files that I am merging together (links below), but am coming up with some weird noise in the output. What am I doing wrong? I have verified that before this step, the 2 files ( workTrack1 and workTrack2 ) are in a proper state and sound good. No errors are hit in the process as well. Buffer Processing code : - (BOOL)mixBuffersWithBuffer1:(const int16_t *)buffer1 buffer2:(const int16_t *)buffer2 outBuffer:(int16_t *