mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-08 17:46:25 +01:00
Increase latency in Distortion effect
to reduce skipping, which has been reported with some settings on Windows.
This commit is contained in:
@@ -84,7 +84,7 @@ Param( Param2, double, XO("Parameter 2"), 50.0, 0.0, 100.0,
|
|||||||
Param( Repeats, int, XO("Repeats"), 1, 0, 5, 1 );
|
Param( Repeats, int, XO("Repeats"), 1, 0, 5, 1 );
|
||||||
|
|
||||||
// How many samples are processed before recomputing the lookup table again
|
// How many samples are processed before recomputing the lookup table again
|
||||||
#define skipsamples 100
|
#define skipsamples 1000
|
||||||
|
|
||||||
const double MIN_Threshold_Linear DB_TO_LINEAR(MIN_Threshold_dB);
|
const double MIN_Threshold_Linear DB_TO_LINEAR(MIN_Threshold_dB);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user