Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farosch/SimpleSoundBoard
Simple soundboard to play audio files via keyboard shortcuts
https://github.com/farosch/SimpleSoundBoard
audio shortcuts soundboard
Last synced: 9 days ago
JSON representation
Simple soundboard to play audio files via keyboard shortcuts
- Host: GitHub
- URL: https://github.com/farosch/SimpleSoundBoard
- Owner: farosch
- License: gpl-3.0
- Archived: true
- Created: 2018-04-30T07:44:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T11:27:09.000Z (over 6 years ago)
- Last Synced: 2024-08-01T13:24:06.118Z (3 months ago)
- Topics: audio, shortcuts, soundboard
- Language: C#
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleSoundBoard
Simple Soundboard to play audio files via keyboard shortcuts
![GUI](/images/GUI.png)
## How to use
After running the application a small Icon will appear on your task bar:![SoundFile_16x](/images/SoundFile_16x.png)
Double-clicking this Icon will open the GUI as seen in the first image. A click on one of the speaker icons
![SoundFile_16x](/images/Speaker.png)
will open a file dialog in whick you can select the file that shoud be played. When a incompatible file type is selected nothing will happen when triggering the shortcut.
---
*The shortcuts can be triggered whenever you want as long as the application is running. Simply press **CTRL+SHIFT+[F1-F12]** to play the corresponding file.*
**Attention:** These shortcuts are globally registered and may interfere with shortcuts from other applications!
---
Selected files will be saved in the settings and are persistent over restarts of the application.
## Supported formats
This application uses the [WindowsMediaPlayer-Class](https://msdn.microsoft.com/de-de/library/system.windows.media.mediaplayer(v=vs.110).aspx) and thus plays [all formats supported by Windows MediaPlayer](https://support.microsoft.com/de-de/help/316992/file-types-supported-by-windows-media-player).