GeekyEggo / SoundDeck

Sound Deck is a powerful audio-focused plugin for the Elgato Stream Deck.
GNU General Public License v3.0
46 stars 5 forks source link

Show audio stop event in SoundDeck.log #116

Open mansman12 opened 1 year ago

mansman12 commented 1 year ago

Logging set to 'Trace' currently only shows an audio play event, but not an audio stop event.

Adding audio stop events in the log would be a great help to a local solution for #58 which I've written. I'm able to grab when a file is being played through SoundDeck via the log but have no visibility for when the file has been stopped!

GeekyEggo commented 1 year ago

Hey @mansman12, I can definitely add logging for this. As the stop action stops all audio, would a single log entry by sufficient?

mansman12 commented 1 year ago

That's perfectly fine, would probably be a hassle to list out every individual audio instance that got stopped.