1
0
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:
Max Maisel 2021-03-05 16:05:15 +01:00
parent 06f6aa123d
commit 9a22a69211

View File

@ -607,7 +607,7 @@ EffectType EffectCompressor2::GetType()
bool EffectCompressor2::SupportsRealtime()
{
#if defined(EXPERIMENTAL_REALTIME_AUDACITY_EFFECTS)
return true;
return false;
#else
return false;
#endif