Opened 18 years ago
Closed 18 years ago
#115 closed defect (fixed)
Mute button does not work properly
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | UNIAUD-plugin | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
The WVGUI mute button does not work properly: When playing a sound file, the button is showing the "crossed speaker" symbol, but I can hear the sound. When I press the mute button, the sound goes off. Afterwards the sound cannot be re-enabled.
The reason is, that my sound card has "Front Playback", "Surround Playback", "LFE Playback" and "Center Playback" controls only. But uniplug.c/AudioSetSoundState() expects a "PCM playback" control instead to work properly.
Attachments (1)
Change History (6)
comment:1 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 18 years ago
That fix does not solve the problem. Now the front speakers' switches are enabled and disabled correctly in uniplug.c/AudioSetSoundState(). But AudioSetSoundState() still reports back an error code to the caller, because "PCM Playback Switch" does not exist. So the GUI mute button cannot reenable sound after once having disabled sound. Btw, the "Front Playback Volume" isn't modified either in uniplug.c/AudioOutSetVolume() when moving the GUI volume slider.
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
OK, problem is fixed now. Thank you very much.
Try attached plugin