Can i increase the sound volume with a sysctl ?
Can i increase the sound volume with a sysctl ?
alias tounafon
tounafon='mixer vol 100:100 pcm 100:100'
You can try mixertui:Can i increase the sound volume with a sysctl ?
pkg install mixertui
dev.pcm.%d.eq_preamp
sound volume low even at highest volume.
Code:alias tounafon tounafon='mixer vol 100:100 pcm 100:100'
Can i increase the sound volume with a sysctl ?
Does 100 (without %) mean 10,000 percent?
From mixer(8): "… 70% means the same as 0.7. …".
Yes,hw.snd.vpc_0db
hw.snd.vpc_0db=1 that's what I have in /etc/sysctl.conf and helps.mixer vol.volume at 0.52 to have the same perception.And everything else pcm,vol is at 100% ? Same audio ouput (alsa?pulse?) ?Yes,hw.snd.vpc_0db=1that's what I have in/etc/sysctl.confand helps.
But still, same machine running Linux and playing same content with same player (mpv), has it's sound level (alsamixer) set at 18% where I have to set the FreeBSDmixer vol.volumeat0.52to have the same perception.
So, it means 10,000 percent, yes?
(I already looked at the manual page, which makes no mention of 100 (without %).)
alias tounafon='mixer vol=100%:100% pcm=100%:100%'
And everything else pcm,vol is at 100% ? Same audio ouput (alsa?pulse?) ?
mixer pcm.volume=1DavidMarec thanks!
Hint: you can use the pull-down menus near the head of the manual page to get a version-specific page, then find its (version-specific) permalink near the foot of the page.
Also, via the help link near the foot of the page: release alias permalinks.