https://github.com/mathisburger/soundboardserver
A soundboard that can be controlled remotely and play sounds on the host computer
https://github.com/mathisburger/soundboardserver
Last synced: 11 months ago
JSON representation
A soundboard that can be controlled remotely and play sounds on the host computer
- Host: GitHub
- URL: https://github.com/mathisburger/soundboardserver
- Owner: MathisBurger
- License: mit
- Created: 2022-05-16T07:03:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T11:59:59.000Z (about 4 years ago)
- Last Synced: 2025-02-12T20:34:33.325Z (over 1 year ago)
- Language: TypeScript
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SoundboardServer
A soundboard that can be controlled remotely via a web application.
# Project information
This project has been created for personal purposes. SoundboardServer
is an web application that plays sounds on the host. You can connect via the web interface
with multiple clients to the server and play sounds remotely. Furthermore, the live data is streamed
via a websocket. Therefore, each client has the latest state of playing sounds
# Which data is live updated?
Data like new sounds is not live updated. The only data that is updated is the current playing
sound. All other data must be refreshed with a relogin into the web interface
# Software updates
This project will not recive any updates except updates I want to deliver.
So if there is any feature I want to become implemented I will do so, but no other features from the
community will be added.
# Installation
Installing this project is quite easy, if you follow these steps:
1. Clone repository
```shell
git clone https://github.com/MathisBurger/SoundboardServer.git
```
2. Build for your environment
You just need to execute the build script for your OS.
Windows: build.bat
Linux/MacOS: build.sh