osmo-gmr 0.2.104-2b98
Osmocom GMR-1
|
Osmocom GMR-1 AMBE internal API. More...
Functions | |
void | ambe_decode_init (struct ambe_decoder *dec) |
Initializes decoder state. More... | |
void | ambe_decode_fini (struct ambe_decoder *dec) |
Release all resources associated with a decoder. More... | |
int | ambe_decode_frame (struct ambe_decoder *dec, int16_t *audio, int N, const uint8_t *frame, int bad) |
Decodes an AMBE frame to audio. More... | |
int | ambe_decode_dtx (struct ambe_decoder *dec, int16_t *audio, int N) |
Generates audio for DTX period. More... | |
Osmocom GMR-1 AMBE internal API.