How to add iPod EQ when playing audio with AVPlayer?
Asked Answered
M

2

8

I am able to play songs from iPod library using AVPlayer class. Now what I want to do is to insert equalizer to the audio produced.

Anybody has experienced in doing this?

Militia answered 20/9, 2011 at 13:8 Comment(0)
M
1

There is no way to play MPMediaItem and adding sound equalizer with AVPlayer. We have to use Audio Unit processing.

Militia answered 20/9, 2012 at 9:45 Comment(3)
I recommend you to make the equalizer using NVDSP: github.com/bartolsthoorn/NVDSP It's really easy.Torray
@bartolsthoorn how would you play songs from the iPod library with NVDSP. Novocaine does not allow you to play songs from the iPod library. Also can you provide some sample code?Ectoblast
Fedry can you help me a lil with EQ using Novocaine?Hinds
M
0

I have done this leveraging a class provided in the Apple Samples:

http://developer.apple.com/library/ios/#samplecode/avTouch/Listings/Classes_CALevelMeter_h.html

Hope this helps.

Marine answered 11/4, 2012 at 23:9 Comment(1)
The sample is about displaying level meter. I cannot find anything related to equalizer.Militia

© 2022 - 2024 — McMap. All rights reserved.