diff --git a/soh/soh/OTRGlobals.cpp b/soh/soh/OTRGlobals.cpp index a5b8b85ca..3dcfd8c78 100644 --- a/soh/soh/OTRGlobals.cpp +++ b/soh/soh/OTRGlobals.cpp @@ -2541,7 +2541,9 @@ void OTRAudio_SfxCaptureThread() { } } std::unique_lock Lock(audio.mutex); +#if !defined(__SWITCH__) && !defined(__WIIU__) ActorAccessibility_DoSoundExtractionStep(); +#endif audio.processing = false; audio.cv_from_thread.notify_one(); }