sound volume increase beyond 100% whenever possible on linux

13

1

Some audio output from files or streams is too low. It is obvious that hardware is able to play the same sounds but louder but because of the data it just plays it at some low level even at 100% volume. Vlc can generally increase the volume of a file up to 200%. Is there a way to do the same thing VLC does system-wide and if possible for an arbitrary v percentage value.

If there is no application that does this, where should i look into for libs to do it myself or what code should i modify(eg code in the alsamixer) thank you

Note: Asked the same thing on stackoverflow and they directed me here.

fakedrake

Posted 2010-05-29T21:30:14.407

Reputation: 703

Answers

12

PulseAudio will allow you to overdrive an individual stream or device to 400-500% via the manager (paman). Simply examine the properties of the stream or device in question, and adjust the volume slider appropriately.

Ignacio Vazquez-Abrams

Posted 2010-05-29T21:30:14.407

Reputation: 100 516

I wasn't able to figure out how to adjust a single stream, however I did have success adjusting an output device "to 480%" via paman -> devices tab -> select a sink -> "properties" button -> drag volume slider to right. – rogerdpack – 2014-07-07T02:47:13.400

a quick search did not illuminate how to do that... would you mind helping me out a bit – fakedrake – 2010-05-30T00:03:03.523

4Run paman, go to the properties of the device or stream, and move the volume slider to the right. – Ignacio Vazquez-Abrams – 2010-05-30T01:05:25.567

@rogerdpack check pavucontrol

– Nizam Mohamed – 2017-11-27T17:48:56.613

1

pavucontrol

A simple volume control tool (mixer) for the PulseAudio sound server.
In contrast to classic mixer tools this one allows you to control both the volume of hardware devices and of each playback stream separately.
It also allows you to redirect a playback stream to another output device without interrupting playback.

Nizam Mohamed

Posted 2010-05-29T21:30:14.407

Reputation: 226

0

In Ubuntu [at least 14.04] you can go to the volume "system tray slider" and select sound settings. Then select the "allow louder than 100%" checkbox, now your volume control goes up to like 400% or something. This can seemingly be used in conjunction with paman, FWIW.

rogerdpack

Posted 2010-05-29T21:30:14.407

Reputation: 1 181