Modify the audio content of CMSampleBuffer without creating copy of it and write the file

48 views Asked by At

I am capturing the audio content which is stored in CMSampleBuffer. Now I want to access the audio samples directly from the buffer without creating copy of it and perform some modifications on it (say silence the audio / apply pitch effect) and write the modified sample buffer into the file. Can anyone help me to achieve this in Swift

0

There are 0 answers