|
GNU Radio 3.6.1 C++ API
|

Go to the source code of this file.
Classes | |
| class | vocoder_cvsd_encode_sb |
| This block performs CVSD audio encoding. Its design and implementation is modeled after the CVSD encoder/decoder specifications defined in the Bluetooth standard. More... | |
Functions | |
| VOCODER_API vocoder_cvsd_encode_sb_sptr | vocoder_make_cvsd_encode_sb (short min_step=10, short max_step=1280, double step_decay=0.9990234375, double accum_decay=0.96875, int K=32, int J=4, short pos_accum_max=32767, short neg_accum_max=-32767) |
| Constructor parameters to initialize the CVSD encoder. The default values are modeled after the Bluetooth standard and should not be changed except by an advanced user. | |