Bug #120
Pulse Audio output volume up/down don't work without playing a song
0%
Description
I use audacios 3.2.1 with Ubuntu 12.04, but thing this affect older versions too. Volume control is not active without playing song. It is very annoying not knowing how loud you play the song. My neighbors are also opposed. This behavior is only with pulse audio output, with setting "software volume control" the problem disappears, but this is not the case.
History
#1 Updated by John Lindgren over 12 years ago
I'm not sure if this is even possible; the PulseAudio API is weird. When I have some extra time I will try to see if it can be done.
#2 Updated by John Lindgren over 12 years ago
- Category changed from core to plugins/pulse audio
#3 Updated by John Lindgren over 12 years ago
- Status changed from New to Rejected
Based on my understanding of the PulseAudio API, it can't do what you want. For PulseAudio, volume is an attribute of the audio stream. When there is no sound playing, there is no audio stream and hence no way to change the volume.