Moonbase59 / loudgain

ReplayGain 2.0 loudness normalizer based on the EBU R128/ITU BS.1770 standard (-18 LUFS, FLAC, Ogg, MP2, MP3, MP4, M4A, AAC, ALAC, Opus, ASF, WMA, WAV, AIFF, WavPack, APE)
Other
182 stars 23 forks source link

The 'bin/rgbpm.sh' example script doesn't work on MacOS #5

Closed Moonbase59 closed 4 years ago

Moonbase59 commented 4 years ago

MacOS’ xargs doesn’t support the -i and -r switches which makes the rgbpm.sh script fail.

Probable solution: Use find … -exec instead, will investigate.

Moonbase59 commented 4 years ago

Fixed in current HEAD, also renamed to 'rgbpm' and auto-installed with loudgain now.