mirror of
https://github.com/xiph/opus.git
synced 2025-06-04 09:37:44 +00:00
reduced noise floor in noise shaping analysis by 2 dB
This commit is contained in:
parent
3e054b8e57
commit
ae25203fa7
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ extern "C"
|
||||||
#define WARPING_MULTIPLIER 0.015f
|
#define WARPING_MULTIPLIER 0.015f
|
||||||
|
|
||||||
/* fraction added to first autocorrelation value */
|
/* fraction added to first autocorrelation value */
|
||||||
#define SHAPE_WHITE_NOISE_FRACTION 5e-5f
|
#define SHAPE_WHITE_NOISE_FRACTION 3e-5f
|
||||||
|
|
||||||
/* noise shaping filter chirp factor */
|
/* noise shaping filter chirp factor */
|
||||||
#define BANDWIDTH_EXPANSION 0.94f
|
#define BANDWIDTH_EXPANSION 0.94f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue