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

https://github.com/llukas22/simplesoundboard


https://github.com/llukas22/simplesoundboard

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# SimpleSoundboard
A simple Soundboard written in C#(.Net 6)

![Alt text](/images/screenshotLight.PNG?raw=true "Optional Title")
![Alt text](/images/screenshotDark.PNG?raw=true "Optional Title")

### Features
* Multi Keyboard Support
* Selfcontained (No Framework installation required)
* Volumesetting per File

### Installation
* Download the [newest Release](https://github.com/LLukas22/SimpleSoundboard/releases/latest)
* If you want to play Audio via your microphone you also need a [Virtual-Audio-Cable](https://vb-audio.com/Cable/)

### Acknowledgements
* [NAudio](https://github.com/naudio/NAudio)
* [MetroFramework](https://github.com/thielj/MetroFramework)
* [RawInput](https://www.codeproject.com/Articles/17123/Using-Raw-Input-from-C-to-handle-multiple-keyboard)