Skip to content

sonodima/soundpad-web

Repository files navigation

Soundpad Web 🎙️



Icon

Web-based remote control interface for Soundpad.

What? Why?

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.

Brief Description

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.

Extra

  • Dark/light modes

Requirements

To get started with Soundpad Web, you need:

Setup

git clone https://github.com/sonodima/soundpad-web/
cd soundpad-web
npm install

Start development server

npm run dev

The web interface is then accessible with the displayed port.