Go to the documentation of this file.
23 #ifndef INCLUDED_VOCODER_CVSD_DECODE_BS_H
24 #define INCLUDED_VOCODER_CVSD_DECODE_BS_H
117 static sptr make(
short min_step=10,
short max_step=1280,
118 double step_decay=0.9990234375,
double accum_decay= 0.96875,
120 short pos_accum_max=32767,
short neg_accum_max=-32767);
122 virtual short min_step() = 0;
123 virtual short max_step() = 0;
124 virtual double step_decay() = 0;
125 virtual double accum_decay() = 0;
128 virtual short pos_accum_max() = 0;
129 virtual short neg_accum_max() = 0;