speki icon indicating copy to clipboard operation
speki copied to clipboard

Add command line option to disable audio

Open ndren opened this issue 2 years ago • 2 comments

I'm running into something like https://github.com/RustAudio/cpal/issues/695 or https://github.com/RustAudio/cpal/issues/634, preventing me from playing audio on any other application once speki is running. If/when https://github.com/RustAudio/cpal/pull/692 gets merged, that should work fine too.

Until upstream fixes this, I think it would be easiest to allow a flag to disable sound at runtime, maybe --no-audio. This must disable audio code entirely, not mute it, to deal with this bug.

ndren avatar Oct 16 '22 17:10 ndren

Thanks for notifying me of this! I'll get into setting up CLAP eventually, but for now I added the ability to mute/unmute with Alt+m, it's available in the newest version 0.1.10.

let me know if it fixes your audio problems!

TBS1996 avatar Oct 17 '22 06:10 TBS1996

I've tried the new binary from the README and muting speki does fix the issue, thanks!

ndren avatar Oct 21 '22 18:10 ndren