FFmpeg
|
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... | |
Definition at line 231 of file speexdec.c.
float StereoState::balance |
Left/right balance info.
Definition at line 232 of file speexdec.c.
Referenced by speex_decode_stereo(), and speex_std_stereo().
float StereoState::e_ratio |
Ratio of energies: E(left+right)/[E(left)+E(right)]
Definition at line 233 of file speexdec.c.
Referenced by speex_decode_stereo(), and speex_std_stereo().
float StereoState::smooth_left |
Smoothed left channel gain.
Definition at line 234 of file speexdec.c.
Referenced by speex_decode_stereo().
float StereoState::smooth_right |
Smoothed right channel gain.
Definition at line 235 of file speexdec.c.
Referenced by speex_decode_stereo().