mirror of
https://github.com/xiph/opus.git
synced 2025-05-31 23:57:42 +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
|
||||
|
||||
/* 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 */
|
||||
#define BANDWIDTH_EXPANSION 0.94f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue