#include "speex_bits.h"
Go to the source code of this file.
Compounds | |
struct | SpeexStereoState |
Defines | |
#define | SPEEX_STEREO_STATE_INIT {1,.5,1,1} |
Typedefs | |
typedef SpeexStereoState | SpeexStereoState |
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) |
|
Initialization value for a stereo state |
|
State used for decoding (intensity) stereo information |
|
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 |