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
SpeexStereoState Struct Reference
[SpeexStereoState: Handling Speex stereo files]
State used for decoding (intensity) stereo information. More...
#include <speex_stereo.h>
Data Fields | |
| float | balance |
| Left/right balance info. | |
| float | e_ratio |
| Ratio of energies: E(left+right)/[E(left)+E(right)]. | |
| float | smooth_left |
| Smoothed left channel gain. | |
| float | smooth_right |
| Smoothed right channel gain. | |
| float | reserved1 |
| Reserved for future use. | |
| float | reserved2 |
| Reserved for future use. | |
Detailed Description
State used for decoding (intensity) stereo information.
Definition at line 50 of file speex_stereo.h.
Field Documentation
| float balance |
Left/right balance info.
Definition at line 51 of file speex_stereo.h.
| float e_ratio |
Ratio of energies: E(left+right)/[E(left)+E(right)].
Definition at line 52 of file speex_stereo.h.
| float reserved1 |
Reserved for future use.
Definition at line 55 of file speex_stereo.h.
| float reserved2 |
Reserved for future use.
Definition at line 56 of file speex_stereo.h.
| float smooth_left |
Smoothed left channel gain.
Definition at line 53 of file speex_stereo.h.
| float smooth_right |
Smoothed right channel gain.
Definition at line 54 of file speex_stereo.h.
Generated on Tue Jul 12 2022 16:28:56 by
1.7.2
