mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
Tweak parameter ranges and lookaround keyboard tick scaling.
Signed-off-by: Max Maisel <max.maisel@posteo.de>
This commit is contained in:
@@ -220,7 +220,7 @@ do_test_equ(settled(y, fs, 0.1), ...
|
||||
CURRENT_TEST = "Compressor2, mono, ultra short attack time";
|
||||
remove_all_tracks();
|
||||
x = export_to_aud(x1, fs);
|
||||
aud_do("DynamicCompressor: Threshold=-20 Algorithm=1 CompressBy=0 Ratio=2 AttackTime=0.00001 ReleaseTime=0.00001 LookaheadTime=0 LookbehindTime=0 KneeWidth=10\n");
|
||||
aud_do("DynamicCompressor: Threshold=-20 Algorithm=1 CompressBy=0 Ratio=2 AttackTime=0.0001 ReleaseTime=0.0001 LookaheadTime=0 LookbehindTime=0 KneeWidth=10\n");
|
||||
y = import_from_aud(2);
|
||||
|
||||
# XXX: use larger epsilon due to numerical issues
|
||||
|
Reference in New Issue
Block a user