Is there any way to process the playing audio in avplayer
?
something like writeSampleBuffer:(CMSampleBufferRef)sampleBuffer ofType:(NSString *)mediaType
of AVCaptureSession
just for playing
Asked
Active
Viewed 68 times
0

Sephi Nahmias
- 18
- 3
-
1See MTAudioProcessingTap- the documentation is bad but there are some tutorials available (for example http://chritto.wordpress.com/2013/01/07/processing-avplayers-audio-with-mtaudioprocessingtap/) – sbooth Sep 07 '14 at 12:33
-
thanks, I'm trying it :) – Sephi Nahmias Sep 07 '14 at 13:34