.NET Library to Identify Pitches
Posted
by Antoni
on Stack Overflow
See other posts from Stack Overflow
or by Antoni
Published on 2009-12-04T15:20:29Z
Indexed on
2010/05/21
3:00 UTC
Read the original article
Hit count: 322
I'd like to write a simple program(preferably in C#) to which I sing a pitch using a mic and the program identifies to which musical note that pitch corresponds.
Thank you very much for your prompt responses. I clarify:
I'd like a (preferably .NET) library that would identify the notes I sing. I'd like that such a library:
- Identifies a note when I sing(a note from the chromatic scale).
- Tells me how much I'm off from the closest note.
I intend to use such a library to sing one note a time.
© Stack Overflow or respective owner