Reply To: How to combine wave files generated by SaveThatWave?

Home Forums OpenEars plugins How to combine wave files generated by SaveThatWave? Reply To: How to combine wave files generated by SaveThatWave?

#1020175
steve100
Participant

Hi Halle,

I work with Thomas.

In the ContinousAudio.m file, you have code
memset(ioData->mBuffers[0].mData, 0, ioData->mBuffers[0].mDataByteSize); // write out silence to the buffer for no-playback times

I just added a flag to decide whether to call this buffer reset. This will enable audio output to earphone. In both scenarios when the flag is on or off, we got this problem.

Thanks,

Steve