#include "speex_stereo.h"#include "speex_callbacks.h"#include "vq.h"#include <math.h>Functions | |
| void | speex_encode_stereo (float *data, int frame_size, SpeexBits *bits) |
| void | speex_decode_stereo (float *data, int frame_size, SpeexStereoState *stereo) |
| int | speex_std_stereo_request_handler (SpeexBits *bits, void *state, void *data) |
|
||||||||||||||||
|
Transforms a mono frame into a stereo frame using intensity stereo info |
|
||||||||||||||||
|
Transforms a stereo frame into a mono frame and stores intensity stereo info in 'bits' |
|
||||||||||||||||
|
Callback handler for intensity stereo info |
1.2.15