I use a really useful tool called r128gain which performs loudness normalisation on audio files. Under 17.10, however, I get the following error however...
Failed opening "/home/Downloads/r128gain-1.0.11-linux64-gtk3/r128gain-tools/libsox.so.2".
Error loading SoX.
Can anybody shed any light on this for me, I would love to get it working again? Thank you!
It seems the tool is missing the
sox
installationsudo apt-get install sox
should fix it
Edit: Installing alone did not fix it, you have to tell r128gain where to look for the sox library
Then it works
SoX executable in
r128gain-1.0.11-linux64-gtk3/r128gain-tools
depends on libpng12 (not exist in modern Ubuntu), so we need to install it manually:After this it works: