You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
228B

  1. #pragma once
  2. #include <common.hpp>
  3. namespace rack {
  4. PRIVATE void rtaudioInit();
  5. #if defined ARCH_MAC
  6. /** Checks if Microphone permission is blocked on Mac. */
  7. bool rtaudioIsMicrophoneBlocked();
  8. #endif
  9. } // namespace rack