How to perform audio level metering with MPMoviePlayerController

256 Views Asked by At

My app streams remote audio content using MPMoviePlayerController. I would like to do VU metering (audio level metering) as done in the avTouch sample code from apple (https://developer.apple.com/library/ios/samplecode/avTouch/Introduction/Intro.html), but MPMoviePlayerController does not have such methods for metering.

Is there any way to implement a VU meter for streaming audio?

0

There are 0 best solutions below