#include <speex/speex_stereo.h>#include <speex/speex_callbacks.h>#include "vq.h"#include <math.h>Include dependency graph for stereo.c:

Functions | |
| void | speex_encode_stereo (float *data, int frame_size, SpeexBits *bits) |
| void | speex_encode_stereo_int (spx_int16_t *data, int frame_size, SpeexBits *bits) |
| void | speex_decode_stereo (float *data, int frame_size, SpeexStereoState *stereo) |
| void | speex_decode_stereo_int (spx_int16_t *data, int frame_size, SpeexStereoState *stereo) |
| int | speex_std_stereo_request_handler (SpeexBits *bits, void *state, void *data) |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
1.4.2