Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-example-mbed5-blinky by
speex_stereo.h File Reference
Describes the handling for intensity stereo. More...
Go to the source code of this file.
Data Structures | |
| struct | SpeexStereoState |
| State used for decoding (intensity) stereo information. More... | |
Typedefs | |
| typedef struct SpeexStereoState | SpeexStereoState |
| State used for decoding (intensity) stereo information. | |
Functions | |
| void | speex_encode_stereo (float *data, int frame_size, SpeexBits *bits) |
| Transforms a stereo frame into a mono frame and stores intensity stereo info in 'bits'. | |
| void | speex_encode_stereo_int (spx_int16_t *data, int frame_size, SpeexBits *bits) |
| Transforms a stereo frame into a mono frame and stores intensity stereo info in 'bits'. | |
| void | speex_decode_stereo (float *data, int frame_size, SpeexStereoState *stereo) |
| Transforms a mono frame into a stereo frame using intensity stereo info. | |
| void | speex_decode_stereo_int (spx_int16_t *data, int frame_size, SpeexStereoState *stereo) |
| Transforms a mono frame into a stereo frame using intensity stereo info. | |
| int | speex_std_stereo_request_handler (SpeexBits *bits, void *state, void *data) |
| Callback handler for intensity stereo info. | |
Detailed Description
Describes the handling for intensity stereo.
Definition in file speex_stereo.h.
Generated on Tue Jul 12 2022 16:28:54 by
1.7.2
