alladinian / Tuna

Pitch detection & utils.
MIT License
37 stars 9 forks source link

Pitch Detection #4

Open swimnbird opened 2 years ago

swimnbird commented 2 years ago

I posted this under a previous issue but I assume sense the issue is entirely different a new branch is appropriate, please tell me if it is not. Following your instructions HERE I installed the dependencies into a new project manually and use the code. It seems to work (but doesnt do anything except print some info via terminal from the 'doSoemthing' Function) but am not sure how to go about creating a pitch detector on (I'm compiling for MacOS). I'm referencing Beethoven's Guitar Tuner Example is this the best available project to reference or is there possibly a better one?

alladinian commented 2 years ago

Correct, that would be a good starting point. Alternatively, you could also check AudioKit which is a much more popular framework than this one (for all kinds of audio stuff), and see if it suits your needs better (they have plenty of examples online).