ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

SpeexStereoState Struct Reference

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.