#include "modes.h"
#include <speex/speex_bits.h>
#include <speex/speex_callbacks.h>
#include "vbr.h"
#include "filters.h"
Go to the source code of this file.
Classes | |
struct | EncState |
struct | DecState |
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, float *in, SpeexBits *bits) |
void * | nb_decoder_init (SpeexMode *m) |
void | nb_decoder_destroy (void *state) |
int | nb_decode (void *state, SpeexBits *bits, float *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 |