1

I want to create an Equalizer for a Cocoa app but I don't know much about OS X development. Looking for some build in framework or library or steps for create own equalizer for cocoa app.

I find one library https://github.com/bartolsthoorn/NVDSP but it use it's own player but I need to do with default players like AVPlayer and AVAudioPlayer

Equalizer like this

enter image description here

Thanks.

timbo
  • 11,517
  • 6
  • 48
  • 62
Kirit Vaghela
  • 12,413
  • 4
  • 74
  • 79

1 Answers1

0

Checkout this library project if it might help you. Cocoa Waveform

Also I found somewhat questions related to wave form are here.

Community
  • 1
  • 1
Arth Tilva
  • 2,476
  • 20
  • 39