#include "modes.h"
#include "speex_bits.h"
#include "speex_callbacks.h"
#include "vbr.h"
#include "filters.h"
Go to the source code of this file.
Typedefs | |
| typedef EncState | EncState |
| typedef DecState | DecState |
Functions | |
| void * | nb_encoder_init (SpeexMode *m) |
| void | nb_encoder_destroy (void *state) |
| int | nb_encode (void *state, short *in, SpeexBits *bits) |
| void * | nb_decoder_init (SpeexMode *m) |
| void | nb_decoder_destroy (void *state) |
| int | nb_decode (void *state, SpeexBits *bits, short *out) |
| int | nb_encoder_ctl (void *state, int request, void *ptr) |
| int | nb_decoder_ctl (void *state, int request, void *ptr) |
|
|
Structure representing the full state of the narrowband decoder |
|
|
Structure representing the full state of the narrowband encoder |
|
||||||||||||||||
|
Decodes one frame |
|
||||||||||||||||
|
ioctl-like function for controlling a narrowband decoder |
|
|
De-allocates decoder state resources |
|
|
Initializes decoder state |
|
||||||||||||||||
|
Encodes one frame |
|
||||||||||||||||
|
ioctl-like function for controlling a narrowband encoder |
|
|
De-allocates encoder state resources |
|
|
Initializes encoder state |
1.4.2