Hi I am on Arch Linux. I use alsa with pulseaudio. I am using it and I found volume_perc not working properly. I tried it with
make AUDIO=ALSA
but it is partially working. It only shows the 'muted' when the master is Muted, but when not muted volume is shown not correctly (always 0%). I could not figure out why it is happening.
Hi I am on Arch Linux. I use alsa with pulseaudio. I am using it and I found volume_perc not working properly. I tried it with
make AUDIO=ALSA
but it is partially working. It only shows the 'muted' when the master is Muted, but when not muted volume is shown not correctly (always 0%). I could not figure out why it is happening.
high cpu usage is because you rerun command every N second instead of every volume change
i will see what can i do to fix it
so can you please show me output of these command:
amixer get Master
thank you for issue!
high cpu usage is because you rerun command every `N` second instead of every volume change
i will see what can i do to fix it
so can you please show me output of these command:
```sh
amixer get Master
```
> amixer get Master
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65536
Mono:
Front Left: Playback 26216 [40%] [on]
Front Right: Playback 26216 [40%] [on]
Hi I am on Arch Linux. I use alsa with pulseaudio. I am using it and I found volume_perc not working properly. I tried it with make AUDIO=ALSA but it is partially working. It only shows the 'muted' when the master is Muted, but when not muted volume is shown not correctly (always 0%). I could not figure out why it is happening.
thank you for issue!
high cpu usage is because you rerun command every
N
second instead of every volume changei will see what can i do to fix it
so can you please show me output of these command:
Here is the output of
ammixer get Master
Also here is the list of my sound devices
What I found that the specific line in
components/volume.c
that reads the value of current volume is returning no valueok, thank you
i'll fix it soon
should be fixed
Thanks. It's working now.