AmplitudeSoundboard icon indicating copy to clipboard operation
AmplitudeSoundboard copied to clipboard

A sleek, cross-platform soundboard, available for Windows, MacOS, and Linux

Results 13 AmplitudeSoundboard issues
Sort by recently updated
recently updated
newest added

Add more localized language resource files. Submit a PR with this contribution: - A new copy of [Localization/Language.resx](https://github.com/dan0v/AmplitudeSoundboard/blob/master/Localization/Language.resx), renamed to include the language code of the new language (i.e. Hungarian...

enhancement
help wanted
hacktoberfest

This involves implementing [`IKeyboardHook`](https://github.com/dan0v/AmplitudeSoundboard/blob/master/Helpers/IKeyboardHook.cs) in a way which will allow global keypress registration, listening, and removal, on MacOS, similarly to the current [Windows implementation](https://github.com/dan0v/AmplitudeSoundboard/blob/master/Helpers/WinKeyboardHook.cs) and using compile-time switches to replace...

enhancement
help wanted
hacktoberfest

This involves implementing [`IKeyboardHook`](https://github.com/dan0v/AmplitudeSoundboard/blob/master/Helpers/IKeyboardHook.cs) in a way which will allow global keypress registration, listening, and removal, on Linux, similarly to the current [Windows implementation](https://github.com/dan0v/AmplitudeSoundboard/blob/master/Helpers/WinKeyboardHook.cs) and using compile-time switches to replace...

enhancement
help wanted
hacktoberfest

![Screenshot 2022-08-08 at 02 09 09](https://user-images.githubusercontent.com/489034/183343807-2dfc3840-7548-486f-b986-4890af602c5f.png) For example, add a "loop" option here to loop the sounds clip on queue.

enhancement

The layout for the global output settings is the same as the individual output settings. This implies the global volume controls the chosen global output, but it instead controls the...

Rather than setting up output device and volume settings on a per-sound clip basis, allow for the creation of multiple output profiles which can be configured globally with an arbitrary...

enhancement

Either by allowing custom themes to be defined, or exposing the colors used application-wide , allow users to customize the look of the app to their liking. For starters, expose...

enhancement

Add a window which displays all hotkeys currently in use and allows unbinding or rebinding them

enhancement

Hi and thanks for this great utility ! **Is your feature request related to a problem? Please describe.** When I stop a sound, it stops immediately. **Describe the solution you'd...

enhancement

**Describe the bug** PipeWire / PulseAudio output devices don't allow selecting a specific sink. They create a new output and play to the system default sink. **To Reproduce** Steps to...

bug