https://github.com/llukas22/simplesoundboard
https://github.com/llukas22/simplesoundboard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/llukas22/simplesoundboard
- Owner: LLukas22
- License: mit
- Created: 2020-08-13T18:29:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T11:37:26.000Z (over 2 years ago)
- Last Synced: 2024-12-25T11:41:46.114Z (6 months ago)
- Language: C#
- Size: 363 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleSoundboard
A simple Soundboard written in C#(.Net 6)
### 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)