FFmpeg
Data Fields
StereoState Struct Reference

Data Fields

float balance
 Left/right balance info. More...
 
float e_ratio
 Ratio of energies: E(left+right)/[E(left)+E(right)]
More...
 
float smooth_left
 Smoothed left channel gain. More...
 
float smooth_right
 Smoothed right channel gain. More...
 

Detailed Description

Definition at line 230 of file speexdec.c.

Field Documentation

◆ balance

float StereoState::balance

Left/right balance info.

Definition at line 231 of file speexdec.c.

Referenced by speex_decode_stereo(), and speex_std_stereo().

◆ e_ratio

float StereoState::e_ratio

Ratio of energies: E(left+right)/[E(left)+E(right)]

Definition at line 232 of file speexdec.c.

Referenced by speex_decode_stereo(), and speex_std_stereo().

◆ smooth_left

float StereoState::smooth_left

Smoothed left channel gain.

Definition at line 233 of file speexdec.c.

Referenced by speex_decode_stereo().

◆ smooth_right

float StereoState::smooth_right

Smoothed right channel gain.

Definition at line 234 of file speexdec.c.

Referenced by speex_decode_stereo().


The documentation for this struct was generated from the following file: