#include <front_end.H>
Public Member Functions | |
| FrontEnd (const map< string, string > ¶ms=ParamsType()) | |
Ctor; gets configuration parameters from params. | |
| void | get_feats (const matrix< double > &inAudio, matrix< double > &outFeats) const |
Processes input signal from inAudio; places acoustic feature vectors in outFeats. | |
| FrontEnd::FrontEnd | ( | const map< string, string > & | params = ParamsType() |
) | [inline] |
Ctor; gets configuration parameters from params.
1.5.5