Bug 1027 - Mute does not work
: Mute does not work
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Softsqueeze
: 6.0.0
: PC Linux (other)
: P2 normal (vote)
: ---
Assigned To: Richard Titmuss
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-03-10 14:13 UTC by Michael Herger
Modified: 2011-03-16 04:19 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments
let Player->mute do mute and fade_volume to fade only (1.55 KB, patch)
2005-03-15 23:35 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Herger 2005-03-10 14:13:02 UTC
pressing Mute in SoftSqueeze 2.0 does not mute the sound. Only when I press vol.- I get silence
Comment 1 Richard Titmuss 2005-03-14 15:51:36 UTC
Muting now works, but unmuting is broken. I think this is related to bug 743.
Comment 2 KDF 2005-03-15 23:35:53 UTC
Created attachment 337 [details]
let Player->mute do mute and fade_volume to fade only

this should fix the problem.  unmuting was causing an unmute from fade_volume,
then again in mute(), so it would go back to mute.
Comment 3 KDF 2005-03-16 03:31:52 UTC
unmute should now work in r2524.  please confirm.
Comment 4 Richard Titmuss 2005-03-16 13:47:07 UTC
Excellent, works well. Thanks.