diff --git a/source/discovery/carla-discovery.cpp b/source/discovery/carla-discovery.cpp index 7da407c21..e70b6ede7 100644 --- a/source/discovery/carla-discovery.cpp +++ b/source/discovery/carla-discovery.cpp @@ -26,6 +26,11 @@ # ifdef __aarch64__ # include # endif +# ifndef __MAC_13_0 +enum { + kAudioUnitType_SpeechSynthesizer = 'ausp', +}; +# endif #endif #ifdef CARLA_OS_WIN