Hi there,
I have created a small macro in Audacity (installed from the Manjaro repo) to adjust the loudness of a sound file. Finally, the whole thing is to be exported as an mp3.
Unfortunately this does not work. I get the following error message:
“The export cannot be continued.
/home/username/Documents does not have write permissions.”
Hah, you’re right.
Audacity expects an existing Documents folder and not my German “Dokumente” folder.
I’ll probably have to find out where I can find the default settings for this macro command and adjust them. Unfortunately, this is not possible directly from the macro settings in Audacity.
After further investigation I think Audacity always using the same mp3 export parameters and export folder is a bug in the Export as mp3 macro function. The macro version should use the last settings from the File/Export Audio menu but that does not happen in Audacity version 3.7.0.
My task is to normalize a bunch of Flac-files to a certain LUFS value
There are also some Linux audio players that support R128 loudness scanning ReplayGain - Implementations - Wikipedia
I use a Deadbeef plugin for scanning whole albums or short playlists, but CLI tools are faster for processing larger batches
AUR - loudgain
A loudness normalizer that scans music files and calculates loudness-normalized gain and loudness peak values according to the EBU R128 standard, and can optionally write ReplayGain-compatible metadata