SphinxBase
5prealpha
|
Data Fields | |
uint16 | frame_size |
uint16 | search_threshold |
Size of analysis frame. More... | |
uint16 | search_range |
Range around best local estimate to search, in Q15. | |
uint16 | nfr |
Number of frames read so far. | |
unsigned char | wsize |
Size of smoothing window. | |
unsigned char | wstart |
First frame in window. | |
unsigned char | wcur |
Current frame of analysis. | |
unsigned char | endut |
Hoch Hech! Are we at the utterance end? | |
fixed32 ** | diff_window |
Window of difference function outputs. | |
uint16 * | period_window |
Window of best period estimates. | |
uint16 yin_s::search_threshold |
Size of analysis frame.
Threshold for finding period, in Q15
Definition at line 53 of file yin.c.
Referenced by yin_init().