• SupportSolved
  • Incoherent Slider Raven sound behaviour with Shortwave

I'm having a go at shortwave since it got added in the repo.
As I was quizzing myself to see if I can differentiate a 320aac stream to a flac one, I noticed that if you use the mute button on Raven for shortwave the sound slider goes to zero (also in app), whereas it does'nt for other apps.

Here's a quick vid snippet to my lacky explanation, although it won't last.

Not sure if this is a Solus integration, BuddiesofBudgie or shortwave issue for ticket opening.

This is the function that handles the mute button being clicked:

private void toggle_mute_state() {
    SignalHandler.block(volume_slider, scale_id);
    stream.change_is_muted(!stream.get_is_muted());
    stream.set_is_muted(!stream.get_is_muted());
    set_mute_ui();
    SignalHandler.unblock(volume_slider, scale_id);
}

My guess is that maybe ShortWave sets its own volume to 0 after it detects the sound stream has been muted?

Because its just lowering volume to mute rather than the other way around
installed it works same way on mine.

My music player works correctly
Would say its a shortwave issue.
Just info