|
spandsp 3.0.0
|
#include <plc.h>
Public Attributes | |
| int | missing_samples |
| int | pitch_offset |
| int | pitch |
| float | pitchbuf [120] |
| int16_t | history [(160+120)] |
| int | buf_ptr |
The generic packet loss concealer context.
| int plc_state_s::buf_ptr |
Current pointer into the history buffer
| int16_t plc_state_s::history[(160+ 120)] |
History buffer
Referenced by plc_fillin().
| int plc_state_s::missing_samples |
Consecutive erased samples
Referenced by plc_fillin(), and plc_rx().
| int plc_state_s::pitch |
Pitch estimate
Referenced by plc_fillin(), and plc_rx().
| int plc_state_s::pitch_offset |
Current offset into pitch period
Referenced by plc_fillin(), and plc_rx().
| float plc_state_s::pitchbuf[120] |
Buffer for a cycle of speech
Referenced by plc_fillin(), and plc_rx().