NoClap is a macOS audio utility that adds configurable delay to audio input devices and pipes the delayed audio to a virtual cable. This is useful for content creators, streamers, and audio professionals who need to synchronize audio across multiple sources or compensate for latency issues.
- Audio Device Selection - Choose from all available audio input devices on your Mac
- Virtual Cable Selection - Select from detected virtual audio cables (BlackHole, VB-Cable, Soundflower)
- Configurable Delay - Adjust the delay from 0 to 300 milliseconds
- Real-time Processing - Low-latency audio delay powered by AudioKit
- Simple Interface - Easy-to-use tabbed interface with configuration summary
- macOS 10.13 or later
- One of the following virtual audio cables:
- BlackHole (recommended) - https://github.com/ExistentialAudio/BlackHole
- VB-Cable - https://vb-audio.com/Cable/
- Soundflower - https://github.com/akhudek/Soundflower
brew install blackhole-2ch- Launch NoClap - Open the application
- Select Input Device - Choose your microphone from the Devices list
- Select Virtual Cable - Choose your virtual cable from the Virtual Cable(s) list
- Set Delay - Adjust the slider to your desired delay (0-300ms)
- Toggle ON - Switch the toggle to start audio processing
- Configure Other Apps - Set the virtual cable as your audio input in other applications
Microphone → NoClap (150ms delay) → VB-Cable → OBS/Streamlabs/Discord
This allows you to:
- Compensate for system latency
- Sync audio from different sources
- Route audio to multiple applications
- Use in conferencing apps, DAWs, or stream software
- Install a virtual audio cable (see Requirements)
- Xcode 14+ with Swift 5.9+
- Clone or open the project in Xcode
- File → Add Packages...
- Add AudioKit:
https://github.com/AudioKit/AudioKit.git - Build and run:
cmd + R
The app will launch with the main window and menu bar icon.
xcodebuild build -configuration ReleaseThe app will appear in your Applications folder.
See the License tab in the app for more information.
For more information, see the About tab in the application.