Hi friends,
I have a free Radio App in the Apple Store that uses FFMPeg and Libmms to parse and play WMA radio stream.
Now I'd like to display a VU meter while the sound is playing and I'm trying to do it using the very nice AvTouch Apple sample code that can be downloaded from this link
avTouch
I'm almost giving up because I can't make it work with my existing code :-(
Is it possible to use this Apple sample code to show the VU Meter with my existing Objective-C and C code do parse the MMS, decode and play the WMA using the FFMPeg?
This sample code from Apple uses the AV Foundation Framework, the AVAudioPlayer class, having some parts written in CPP. Can I use it with my code to display their VU meter on my app?
I can't figure out how to link my code to the Apple AVAudioPlayer code :-(
Is that possible? Any suggestions? Sample codes?
Thank you very much,
Neo