Instantboard
A polished Windows soundboard that plays sound effects directly into your microphone input â perfect for Discord, Zoom, games, and streams. Built with Python, PySide6, and VB-CABLE. !Python !Window
About the Project
A polished Windows soundboard that plays sound effects directly into your microphone input â perfect for Discord, Zoom, games, and streams. Built with Python, PySide6, and VB-CABLE.
What it does
InstantBoard lets you search, browse, and trigger sound clips from MyInstants with one click or a global hotkey. When a sound plays, InstantBoard automatically:
- Switches your default recording device to VB-CABLE (
CABLE Output) - Routes the audio through VB-CABLE so communication apps pick it up immediately
- Switches back to your normal microphone when the clip ends
No manual device switching. No missed audio at the start of a clip.
Features
- One-click playback â search MyInstants, hit play, and the sound triggers instantly
- Auto device switching â seamlessly routes audio to your mic input during playback and restores it afterward
- Overlapping playback â trigger multiple sounds at once; they mix together naturally with volume control
- Global hotkeys â assign keyboard shortcuts to your favorite sounds and trigger them from anywhere
- Trending & search â browse trending sounds or search for anything you need
- Volume controls â independent sliders for playback, microphone, and soundboard levels
- Polished dark UI â clean, modern interface with animated cards and status indicators
Requirements
| Component | Version | |-----------|---------| | Python | 3.10 or newer | | OS | Windows 10 / 11 | | VB-CABLE | VB-Audio Virtual Cable |
Python dependencies
PySide6â Qt UI frameworksounddevice+numpyâ real-time audio mixingsoundfileâ MP3/WAV decodingpycaw+comtypesâ Windows default audio device switchingkeyboard(optional) â global hotkeysrequests+beautifulsoup4â MyInstants browsing
Setup
1. Install VB-CABLE
Download and install VB-CABLE from vb-audio.com. This creates two virtual audio endpoints:
- CABLE Input â playback endpoint (what InstantBoard writes to)
- CABLE Output â recording endpoint (what Discord / Zoom / OBS listens to)
Restart your PC after installing.
2. Clone and install
git clone https://github.com/yourname/instantboard.git cd instantboard python -m venv venv .\venv\Scripts\activate # Windows pip install -r requirements.txt
3. Run
python main.py
How to use
Basic playback
- Search for a sound in the search bar, or browse the trending grid
- Click the play button on any card
- The sound plays through your speakers and routes into your microphone input via VB-CABLE
- When the clip ends, your default microphone is restored automatically
Soundboard mode (manual)
If you want continuous soundboard routing (e.g., for streaming), click the Soundboard button in the bottom panel. This keeps VB-CABLE active even between clips. Click Normal to return to your regular microphone.
Global hotkeys
- Favorite a sound by clicking the heart icon on its card
- Open Settings (gear icon)
- Assign a hotkey combination to the favorited sound
- Trigger it from anywhere â even when InstantBoard is minimized
Volume controls
Use the sliders in the bottom panel to adjust:
- Playback Volume â local speaker monitoring
- Microphone Volume â your mic level in the mixed output
- Soundboard Volume â sound effect loudness
Troubleshooting
"VB-CABLE not detected"
- Make sure VB-CABLE is installed and you've restarted Windows after installation
- In Windows Sound settings, verify that "CABLE Input" appears under Playback devices and "CABLE Output" under Recording devices
No sound in Discord / Zoom
- Make sure the app's input device is set to "CABLE Output"
- Try the Soundboard button in InstantBoard for continuous routing
- Check that your microphone isn't muted in Windows
Audio is choppy or robotic
- Close other apps that might be using the audio device
- Make sure your sample rate is consistent (InstantBoard uses 48 kHz internally)
Project structure
instantboard/
âââ audio/
â âââ decoder.py # MP3/WAV decoding
â âââ devices.py # Audio device enumeration and Windows default switching
â âââ mixer.py # Real-time mixing engine (sounds + mic â output)
â âââ player.py # High-level playback API
â âââ recorder.py # Live microphone capture
âââ gui/
â âââ main_window.py # Application window and hotkey manager
â âââ player_widget.py # Bottom control panel (volumes, devices, mode)
â âââ search_widget.py # Search bar and sound card grid
âââ myinstants/
â âââ api.py # MyInstants web client
â âââ parser.py # Sound metadata parsing
âââ utils/
â âââ cache.py # Local audio file caching
â âââ icons.py # SVG icon loader
â âââ settings.py # JSON settings persistence
âââ main.py # Entry point
âââ requirements.txt # Python dependencies
License
MIT â feel free to fork, modify, and share.
Made with care for streamers, gamers, and anyone who loves a good soundboard.
Project Timeline
Technologies
External Links
Related Projects
Projects built with similar technologies.
Online Html Editor And Viewer
The Online HTML Editor and Viewer is a simple web application built with Flask that allows users to write and preview HTML code in real-time.
Qrgen
A premium, feature-rich QR Code Generator engineered with Python (Flask) and a pristine Glassmorphism frontend.
Examina Ai
Using AI, It transforms raw study materials into structured, verified examination sets with support for institutional export formats like Moodle XML.