An open API service indexing awesome lists of open source software.

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

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