AmplitudeSoundboard

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

GPL-3.0 License

Stars
58
Committers
9

Bot releases are visible (Hide)

AmplitudeSoundboard - Version 2.0.0

Published by dan0v over 2 years ago

Added

  • MacOS release

Changed

  • Use BASS rather than NAudio for the audio playback backend
  • Removed sound clip caching, as it is no longer needed
  • Use trimmed .Net 6, decreasing application size

Issues

  • Cannot include Linux release, as it crashes any time tooltips are displayed https://github.com/AvaloniaUI/Avalonia/issues/7245
  • Playback to multiple output devices sometimes plays on the same output device multiple times instead
  • MacOS release cannot yet use hotkeys #8
AmplitudeSoundboard - Version 1.5.5

Published by dan0v over 2 years ago

Added

  • Language option

    • Magyar

    Please submit new languages or translation corrections as per these instructions!

Improved

  • #41 Clarified option to unbind hotkeys using ESC key during binding process
  • Reduced config file sizes by removing unused data from saves
  • Display application theme name in application language
AmplitudeSoundboard - Version 1.5.4

Published by dan0v almost 3 years ago

Fixed

  • Trim overflowing labels with ellipses
  • Correct type conversion exception on Global Settings window when entering non-int values for grid and tile sizing
  • Update prompt version text not reflecting current language when loaded before language setting change
AmplitudeSoundboard - Version 1.5.3

Published by dan0v almost 3 years ago

Added

  • Improve legibility and spacing of options strings with checkboxes next to them

  • Language option

    • Polski ; thanks @ktos

    Please submit new languages or translation corrections as per these instructions!

AmplitudeSoundboard - Version 1.5.2

Published by dan0v almost 3 years ago

Added

  • Provide "Edit Sound Clip" button in Error List message when a Sound Clip has encountered an error, to make resolving errors easier
AmplitudeSoundboard - Version 1.5.1

Published by dan0v almost 3 years ago

Improved

  • Made grid tile background image rescaling DPI aware to improve image resolution when display scaling is enabled

  • Language improvements

    • Italiano

    Please submit new languages or translation corrections as per these instructions!

AmplitudeSoundboard - Version 1.5.0

Published by dan0v almost 3 years ago

Added

  • Global setting to automatically size grid tiles to fill available window space (enabled by default)

  • Language option

    • Italiano ; thanks @AntoSkate

    Please submit new languages or translation corrections as per these instructions!

AmplitudeSoundboard - Version 1.4.3

Published by dan0v about 3 years ago

Added

  • Language option

    • Pусский ; thanks @GF1977

    Please submit new languages or translation corrections as per these instructions!

AmplitudeSoundboard - Version 1.4.2

Published by dan0v about 3 years ago

Added

  • Button to manually clear audio cache and run GC to free all available RAM (if Audio Cache is enabled in Global Settings)
AmplitudeSoundboard - Version 1.4.1

Published by dan0v about 3 years ago

Fixed

  • #28 Version 1.4.0 failed startup with old options file
AmplitudeSoundboard - Version 1.4.0

Published by dan0v about 3 years ago

Critical bug introduced

  • App fails to start on some systems: #28

Added

  • Set global default output device in Global Settings window (https://github.com/dan0v/AmplitudeSoundboard/issues/25)
  • Optionally cache audio files, so they do not have to be resampled every time playback is requested
    • Optionally precache audio files which require resampling, so that these files are cached at application startup, rather than at the first time playback is requested

Changed

  • Use threading for audio resampling so that UI remains responsive
  • Do not trigger resampling on the same audio clip multiple times if it is played while initial resample is in progress and caching is enabled
AmplitudeSoundboard - Version 1.3.1

Published by dan0v about 3 years ago

Added

  • Language option

    • Nederlands ; thanks @SonjaVredeveld

    Please submit new languages or translation corrections as per these instructions!

Changed

  • Attempt to use default system language on first startup, fallback to English if no translations are available for the current language

Still missing

  • Hotkeys list in which all hotkeys can be viewed and changed, or unset
AmplitudeSoundboard - Version 1.3.0

Published by dan0v about 3 years ago

Added

  • Language selection setting to Global Settings window with the following languages

    • English
    • Español ; thanks @scottajevans

    Please submit new languages or translation corrections as per these instructions!

Still missing

  • Hotkeys list in which all hotkeys can be viewed and changed, or unset
AmplitudeSoundboard - Version 1.2.1

Published by dan0v about 3 years ago

Changed

  • Condensed EditSoundClip window by reducing output device list footprint

Still missing

  • Hotkeys list in which all hotkeys can be viewed and changed, or unset
AmplitudeSoundboard - Version 1.2.0

Published by dan0v about 3 years ago

Added

  • Ability to output SoundClip audio to multiple different audio devices with unique volumes

Still missing

  • Hotkeys list in which all hotkeys can be viewed and changed, or unset
AmplitudeSoundboard - Version 1.1.4

Published by dan0v about 3 years ago

Added

  • Enabled FLAC audio file playback
  • Enabled BMP background image use

Still missing

  • Hotkeys list in which all hotkeys can be viewed and changed, or unset
AmplitudeSoundboard - Version 1.1.3

Published by dan0v about 3 years ago

Added

  • Toggle SoundClip name visibility on grid tiles

Changed

  • Different grid tile background color where no SoundClip has been set

Still missing

  • Hotkeys list in which all hotkeys can be viewed and changed, or unset
AmplitudeSoundboard - Version 1.1.2

Published by dan0v about 3 years ago

Changed

  • MainWindow soundboard grid tile style to improve SoundClip name visibility with different background images

Fixed

  • Open EditSoundClip window near parent window

Still missing

  • Hotkeys list in which all hotkeys can be viewed and changed, or unset
AmplitudeSoundboard - Version 1.1.1

Published by dan0v about 3 years ago

Added

  • Copy grid tile contents between grid tiles

Fixed

  • Grid layout saving

Improved

  • Background image performance with large images
  • Global settings UI
  • Redundant code reduced

Still missing

  • Hotkeys list in which all hotkeys can be viewed and changed, or unset
AmplitudeSoundboard - Version 1.1.0

Published by dan0v about 3 years ago

Added

  • Resizable main grid view
  • Resizable main grid tiles
  • Persistent grid layout
  • Ability to assign Sound Clips to grid tiles

Changed

  • Significant layout changes
  • Significant code improvements
  • Restyle most buttons to icons
  • Improve tooltips
  • Enhance global preferences
  • Add togglable tutorial prompt

Still missing

  • Hotkeys list in which all hotkeys can be viewed and changed, or unset