Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to detect sound frequency / pitch on an iPhone? [closed]

I'm trying to find a way to detect sound frequency being recorded by iPhone's Microphone. I'd like to detect whether the sound frequency is going up or down.

like image 789
Piotr Usewicz Avatar asked Nov 08 '09 14:11

Piotr Usewicz


1 Answers

you can try to use SCListener. It's a small open-source class and very easy to use

EDIT: The formatter does not like the _ in the name. Here is the link. http://github.com/stephencelis/sc_listener

like image 127
Morion Avatar answered Oct 04 '22 18:10

Morion