#include <plc.h>
Data Fields | |
int | buf_ptr |
int16_t | history [PLC_HISTORY_LEN] |
int | missing_samples |
int | pitch |
int | pitch_offset |
float | pitchbuf [PLC_PITCH_MIN] |
|
Current pointer into the history buffer Definition at line 128 of file plc.h. Referenced by normalise_history(), and save_history(). |
|
History buffer Definition at line 126 of file plc.h. Referenced by normalise_history(), plc_fillin(), and save_history(). |
|
Consecutive erased samples Definition at line 118 of file plc.h. Referenced by plc_fillin(). |
|
Pitch estimate Definition at line 122 of file plc.h. Referenced by plc_fillin(). |
|
Current offset into pitch period Definition at line 120 of file plc.h. Referenced by plc_fillin(). |
|
Buffer for a cycle of speech Definition at line 124 of file plc.h. Referenced by plc_fillin(). |