mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +02:00
Noise reduction effect enabled in windows builds.
This commit is contained in:
parent
703fafacb2
commit
d603936d58
@ -185,6 +185,10 @@
|
|||||||
// Define to make the meters look like a row of LEDs
|
// Define to make the meters look like a row of LEDs
|
||||||
//#define EXPERIMENTAL_METER_LED_STYLE
|
//#define EXPERIMENTAL_METER_LED_STYLE
|
||||||
|
|
||||||
|
|
||||||
// Define for new noise reduction effect from Paul Licameli.
|
// Define for new noise reduction effect from Paul Licameli.
|
||||||
//#define EXPERIMENTAL_NOISE_REDUCTION
|
// Only windows until someone updates the build files.
|
||||||
|
#ifdef __WXMSW__
|
||||||
|
#define EXPERIMENTAL_NOISE_REDUCTION
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user