Skip to content

Releases: GeekyEggo/SoundDeck

App Audio Control

24 Mar 15:04
7484359
Compare
Choose a tag to compare

⭐ Added

  • New action, "App Media Controls", control playback of a specific applications, i.e. Chrome, Spotify, VLC etc. (#63)
  • New action, "Set App Volume", set the volume of an individual applications (#63).
  • New action, "Set Default Audio Device" (#64).
  • New action, "Set Audio Device Volume" (#64).
  • "Set App Audio Device" action now supports input devices (#63).
  • Added option to select default audio device for recording actions (#54).
  • Added "Play / Overlap" option to playback actions (#60).
  • Added playback volume control to "Sampler" action (#61).

🐞 Fixed

  • Fixed an error that would cause playback to stop when switching profiles (#65).

♻ Changed

  • Switched to GNU General Public License v3 (GPL-3) license.

v3.0.2

22 Nov 21:25
c951b31
Compare
Choose a tag to compare

🐞 Fixed

  • Fixed an error that prevented users from opening the folder picker.

v3.0.1

22 Nov 18:10
752b0cd
Compare
Choose a tag to compare

🐞 Fixed

  • Fixed an error that could be encountered during initial setup of "Clip Audio" actions. (#55).

v3.0.0

15 Nov 21:57
Compare
Choose a tag to compare

⭐ Added

  • Actions now support "Default" device as an audio device option; currently supported by (#28).
    • "Play Audio".
    • "Sampler".
    • "Set App Audio Device".
  • Added long-press support for "Play Audio" actions; now resets the current audio to the first item in the playlist (#30).
  • Added support for more audio formats (#33).
    • AIFF.
    • OGG.

🐞 Fixed

  • Fixed an issue that caused "Set App Audio Device" to fail on Windows 11 (#52).

♻ Changed

  • Updated NAudio dependency (#27).
  • Logging moved to %APPDATA%\Elgato\StreamDeck\Plugins\com.geekyeggo.sounddeck.sdPlugin\logs (#32).
  • Reduced memory usage of "Clip Audio" by approx ~80% (#49).
  • Updated to .NET Framework 4.8.

v2.0.0

01 Feb 18:37
Compare
Choose a tag to compare

⭐ Added

  • "Sampler" action.
    • Press-and-hold to record a sample.
    • Press again to playback sample.
    • Record any audio device (capture and playback).
    • Save as WAV, or encode to MP3, automatic volume normalization.
  • "Set App Audio Device" action.
    • Change the audio device for the foreground window.
    • Or, change the audio device for a specific application.
    • Great for Wave:1 and Wave:3 users!
  • "Stop Audio" action.
    • Stops all audio playback from any "Play Audio" or "Sampler" action.
  • "Play Audio" action enhancements.
    • Volume control! Individually control the volume of your audio clips.
    • New action types:
      • Play All / Stop; plays the playlist from the next track, or stops playback if a track is playing.
      • Loop All / Stop; loops the playlist from the next track, or stops playback if a track is playing.
      • Loop All / Stop (Reset); loops the playlist from the first track, or stops playback if a track is playing.

🐞 Fixed

  • Greatly reduced CPU usage when playing audio files.
  • Fixed audio time display.
  • Fixed an issue when moving actions around could cause incorrect playback.

♻ Changed

  • Removed drag-handle within Play Audio settings when order was sequential.