Table of Contents
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Soundboard transmits .WAV files from the SD card as FM audio. Select a file from the list and press START, or enable Random mode to play files in random order.
File List
WAV files are loaded from the WAV/ directory on the SD card. Up to 50 files are shown per page; use the <= and => buttons to navigate between pages. The current page number and total files on that page are shown above the list.
Files must be mono and either 8-bit unsigned PCM or 16-bit signed PCM. The sample rate is read automatically from the WAV header — files sampled between 24,000 and 48,000 Hz work reliably. Stereo files and other bit depths are silently skipped.
Controls
- Loop (checkbox) — Repeats the currently selected file continuously until stopped.
- Random (checkbox) — Plays a randomly chosen file from the list each time START is pressed. When the file ends, a new random file is selected and played automatically.
- Key — Selects a subaudible tone to encode on the carrier. The full list includes standard CTCSS tones (labeled by EIA code, e.g. "1 XZ" through "50 ZZ") followed by wireless microphone pilot tones: Shure 19 kHz, Axient 28 kHz, Sennheiser 32.000 kHz, Sony 32.382 kHz, and Sennheiser 32.768 kHz. Select None (default) to disable.
- Vol — Controls the audio output volume to the speaker. Disabled (shown as
--) when a Key tone is active, since the pilot tone signal would be audible on the speaker. - START / STOP — Starts or stops transmission.
- Progress bar — Shows playback position within the current file.
RF Parameters
| Parameter | Value |
|---|---|
| Modulation | FM |
| Bandwidth | 1.75 MHz (baseband) |
| Sample rate | Read from WAV header |
| TX gain | 0–47 dB (LNA), 0/14 dB (AMP) |
The bandwidth field in the TX bar sets the FM channel bandwidth (deviation), not the WAV sample rate. The sample rate is applied automatically from the file header.
Preparing WAV Files
Files must be mono, 8-bit unsigned or 16-bit signed PCM, sampled at 24,000–48,000 Hz. The included sample files are 48,000 Hz / 8-bit. A quick conversion with sox:
for f in ./*.wav; do sox "$f" -r 48000 -c 1 -b 8 --norm "conv/$f"; done
In Audacity: mix down to mono via Tracks → Mix → Mix Stereo Down to Mono, then export as Other Uncompressed Files with Header WAV (Microsoft) and Encoding Unsigned 8-bit PCM.
Settings Persistence
Settings are saved to tx_soundboard.ini.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Start here
Contributors
How to collaborate
Contributing Guidelines
How to ask questions correctly
Hardware
- PortaPack Versions (which one to buy)
- Features
- HackRF Versions
- Description of the hardware
- Enclosure/cases
- Repairs
- Mods
User manual
Intended use and Legality
- Usage cautions
- First steps
- Firmware update procedure
- User interface
- Powering the PortaPack
- Troubleshooting
- Won't boot
- Config Menu
- Firmware upgrade
- Diagnose firmware update in Windows
- Receive Quality Issues
- No TX/RX
- TX Carrier Only
- H2+ speaker modifications
- Dead Coin Cell Battery
- Factory Defaults
- SD card not recognized by PC with the SD-card over USB selected
- DFU overlay
- Full reset
- SolveBoard
- How to Format SDCard
- What if I don't like some of the apps
Applications
- 📥 Receivers
- 📤 Transmitters
- ADS-B(S) TX
- Adult Toys
- APRS TX
- BHT Xy/EP
- BLE TX
- BLESpam
- Burger Pager
- CVS Spam
- EPIRB
- FlipperTX
- GPS Sim
- Hopper
- Jammer
- KeeLoq TX
- Key fob TX
- LGE Tool
- MDC-1200 TX
- Morse TX
- OOK
- OOK Brute
- OOK Editor
- P25 TX
- POCSAG TX
- RDS
- RTTY TX
- SAME TX
- Signal gen
- Soundboard
- Spectrum Painter
- SSTV
- TEDI/LCR
- TouchTunes
- TPMS TX
- 🔄 Transceivers
- 🟡 Recon
- 🔴 Capture
- ▶️ Replay
- 🖲️ Remote
- 🔍 Looking Glass
- 🛠️ Utilities
- 🎮 Games
- ⚙️ Settings
- 💻 HackRF Mode
Misc
Developer Manual
- Compilation of the firmware
- Compile on WSL with ninja
- How to compile on Windows faster with WSL 2
- Using Docker and Kitematic
- Docker command-line reference
- Using Buddyworks and other CI platforms
- Notes for Buddy.Works (and other CI platforms)
- Using ARM on Debian host
- All in one script for ARM on Debian host
- Compile on Arch based distro (exclude Asahi), or other weird distros
- Dev build versions
- Notes About ccache
- Create a custom map
- Code formatting
- PR process
- Description of the Structure
- Software Dev Guides
- Tools
- Research
- UI Screenshots
- Maintaining
- Creating a prod/stable release (Maintainers only)
- Maintaining rules
- Development States Notes
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Note
The wiki is incomplete. Please add content and collaborate.
Important
- This is a public wiki. Everything is visible to everyone. Don't use it for personal notes.
- Avoid linking to external tutorials/articles; they may become outdated or contain false information.