GNU Radio 3.6.2 C++ API
|
Go to the source code of this file.
Macros | |
#define | CODEC2_SAMPLES_PER_FRAME 160 |
#define | CODEC2_BITS_PER_FRAME 50 |
Functions | |
void * | codec2_create () |
void | codec2_destroy (void *codec2_state) |
void | codec2_encode (void *codec2_state, unsigned char *bits, short speech_in[]) |
void | codec2_decode (void *codec2_state, short speech_out[], const unsigned char *bits) |
#define CODEC2_BITS_PER_FRAME 50 |
#define CODEC2_SAMPLES_PER_FRAME 160 |
void* codec2_create | ( | ) |