mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-30 16:52:43 +01:00
Disable Dynamic Compressor realtime support for now.
Signed-off-by: Max Maisel <max.maisel@posteo.de>
This commit is contained in:
@@ -607,7 +607,7 @@ EffectType EffectCompressor2::GetType()
|
|||||||
bool EffectCompressor2::SupportsRealtime()
|
bool EffectCompressor2::SupportsRealtime()
|
||||||
{
|
{
|
||||||
#if defined(EXPERIMENTAL_REALTIME_AUDACITY_EFFECTS)
|
#if defined(EXPERIMENTAL_REALTIME_AUDACITY_EFFECTS)
|
||||||
return true;
|
return false;
|
||||||
#else
|
#else
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user