1

I am working on an app that is similar to apple's speakhere project for audio. the project itself has the AQLevelMeter showing a nice db meter, but I am looking to build one that shows db level but as a graph, and to keep on updating as the recording continues. Anyone done this before or can point me to sample projects close to what I am looking for?

Thanks.

Eddie
  • 949
  • 1
  • 8
  • 15
  • Eddie, trying to do the same, still having problems putting SpeakHere code into Objective-C project (all those __bridges!). Did you succeed? Any other hints? Thanks, nobi – virtualnobi Feb 13 '13 at 11:05

1 Answers1

1

Check out core plot. It is a static library that makes excellent graphs. They have a great website with sample code. The one you are probably referring to would be their real time plot. Hope this helps.

batman
  • 1,937
  • 2
  • 22
  • 41
Douglas
  • 2,524
  • 3
  • 29
  • 44