mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
Disable Dynamic Compressor realtime support for now.
Signed-off-by: Max Maisel <max.maisel@posteo.de>
This commit is contained in:
parent
06f6aa123d
commit
9a22a69211
@ -607,7 +607,7 @@ EffectType EffectCompressor2::GetType()
|
||||
bool EffectCompressor2::SupportsRealtime()
|
||||
{
|
||||
#if defined(EXPERIMENTAL_REALTIME_AUDACITY_EFFECTS)
|
||||
return true;
|
||||
return false;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user