Web-based remote control interface for Soundpad.
Soundpad is a paid soundboard
for Windows, capable of playing media through the microphone.
Hotkeys can get bound to specific sounds. However, if (like me) you are using a small keyboard or have a lot of sounds, starting sounds can quickly become frustrating.
This project aims to simplify this by offering a remote control interface usable from a mobile device or another computer.
Soundpad Web uses Soundpad's piped Remote Control Interface to send control commands to the program.
Sounds are automatically fetched from Soundpad and get categorized by their parent directories.
- Dark/light modes
To get started with Soundpad Web, you need:
git clone https://github.com/sonodima/soundpad-web/
cd soundpad-web
npm install
npm run dev
The web interface is then accessible with the displayed port.
To use the file «launch_nonsteam.bat» - create any folder in the program directory «SoundPad.exe» (for example, a folder named «web») and place all the contents of this repository in the created folder.
Otherwise, just launch the «SoundPad» application, and then run the «launch_web.bat» file
NOTE: Launching the web panel via the .bat file is only possible after you have run npm install
in this project's directory.