aybe / aubio.net

aubio for .NET
13 stars 9 forks source link

Can this lib connect to a microphone (on win/linux/mac) and detect sung pitches? #7

Closed achimmihca closed 4 years ago

achimmihca commented 4 years ago

I am looking for a library to use with C# that let's me access microphone devices on different platforms (Win/Linux/Mac). Furthermore I want to detect the pitch that is sung into the microphone. However, accessing mics in a cross-platform way has priority at the moment.

Can this be done using this lib? If so, could you provide an example please?

achimmihca commented 4 years ago

From what I found, mic input handling is not done in Aubio. However, pitch detection is done. And there are C# bindings for the Aubio pitch detection on the "develop" branch of this repo. Thanks you :)