J
J
junkpot2018-11-25 00:18:54
C++ / C#
junkpot, 2018-11-25 00:18:54

How to recognize the frequency of a sound (note) in C#?

Hello!
I want to create an application that takes an audio recording / melody as input and outputs the notes that the program was able to "hear".
How can this idea be realized?
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Griboks, 2018-11-25
@Griboks

Use the Fourier transform to get the spectrum of the record. Then analyze the spectrum for the presence of harmonic notes.

A
Alexander, 2018-11-25
@Gentlee

Use, for example, this library. Or right away in C#.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question