|
Marsyas
0.6.0-alpha
|
Pitch detection using the YIN algorithm. More...
#include <AubioYin.h>
Inherits MarSystem.
Public Member Functions | |
| AubioYin (std::string name) | |
| AubioYin (const AubioYin &a) | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~AubioYin () | |
Pitch detection using the YIN algorithm.
This algorithm was developped by A. de Cheveigne and H. Kawahara and published in:
De Cheveigne, A., Kawahara, H. (2002) "YIN, a fundamental frequency estimator for speech and music", J. Acoust. Soc. Am. 111, 1917-1930.
See http://recherche.ircam.fr/equipes/pcm/pub/people/cheveign.html
This code was adapted from aubio (http://aubio.org) by sness.
Controls:
Definition at line 45 of file AubioYin.h.
| AubioYin | ( | std::string | name | ) |
Definition at line 25 of file AubioYin.cpp.
Definition at line 30 of file AubioYin.cpp.
| ~AubioYin | ( | ) |
Definition at line 36 of file AubioYin.cpp.
Implements MarSystem.
Definition at line 41 of file AubioYin.cpp.
Processes data.
| in | Input data to read. |
| out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 112 of file AubioYin.cpp.
1.7.6.1