Shreyash Mahajan
Shreyash Mahajan

Reputation: 23596

Can i able to make my Own SoundBeat Detector in iPhone?

I want to implement functionality to make the Visualization effect to play with the Sound. As per my point of view may be i have to Implement the Sound Detector in iPhone. So is there any Functionality available to detect the Sound and also its beat as per Sound results ??

I want to set the detector for bass, trouble and many other things.

Upvotes: 0

Views: 384

Answers (1)

DShah
DShah

Reputation: 9866

To my knowledge in IPhone we dont directly have any framework that can give us beats of the sound but what i have found for detecting beats and then make it visually implemented on screen, try the sample code of apple. This can help you to implement 3 types of visual implementation... Oscilloscope, FFT, and Sonogram..

Upvotes: 1

Related Questions