alexbw / novocaine

Painless high-performance audio on iOS and Mac OS X
http://alexbw.github.com/novocaine/
MIT License
2.23k stars 274 forks source link

updateMeters and averagePowerForChannel equivalents for Novocaine? #125

Closed TanejaArun closed 8 years ago

TanejaArun commented 8 years ago

Hi Alex

I need to show visualizer for which i need updateMeters and averagePowerForChannel methods. In an example of visualizer, they are using AVAudioPlayer.

Please help me with getting the equivalents of these methods for Novocaine.

Thanks

alexbw commented 8 years ago

Novocaine only provides methods for grabbing and sending audio to the mic. Any audio processing methods you will have to write separately. On Tue, Jul 12, 2016 at 6:41 AM TanejaArun notifications@github.com wrote:

Hi Alex

I need to show visualizer for which i need updateMeters and averagePowerForChannel methods. In an example of visualizer, they are using AVAudioPlayer.

Please help me with getting the equivalents of these methods for Novocaine.

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alexbw/novocaine/issues/125, or mute the thread https://github.com/notifications/unsubscribe/AAJ4jwrlp-5SC-5HN9VjRyKNmyPVq1Fdks5qU29JgaJpZM4JKQ0F .

TanejaArun commented 8 years ago

Thanks Alex. I am closing this thread, will update you if i need further assistance.