search for: libebur128

Displaying 4 results from an estimated 4 matches for "libebur128".

2014 Jun 16
3
R128gain & metaflac
...nge the cmd line for metaflac in the script. Now that metaflac supports sample rates higher than 48kHz this would be a good thing in my view. Of course it would be nice to have this in flac too. As for R128GAIN, I've tried several versions but could not make it work on any of my Linux distros. libebur128 requires compiling. Unfortunately I am not a programmer and I never compile. I am aware that there are discussions on how to insert R128 tags in place of RG tags and make it work properly. I have used RG for a long time, but R128 tags does a better at adjusting perceived volume between albums so I...
2014 Jun 16
0
R128gain & metaflac
...> script. Now that metaflac supports sample rates higher than > 48kHz this would be a good thing in my view. Of course it > would be nice to have this in flac too. > > As for R128GAIN, I've tried several versions but could not > make it work on any of my Linux distros. > libebur128 requires compiling. Unfortunately I am not a > programmer and I never compile. > > I am aware that there are discussions on how to insert R128 > tags in place of RG tags and make it work properly. I have > used RG for a long time, but R128 tags does a better at > adjusting per...
2014 Jun 15
3
R128gain & metaflac
Hi has anyone looked at adding R128gain code to metaflac so we can select to use this calculation for RP tags rather than replay gain? Best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20140615/1c1ca9c9/attachment.htm
2014 Jun 15
0
R128gain & metaflac
...lculation for RP tags rather than replay gain? Why metaflac only? flac is also able to calculate RG values. And, as far as I can see R128GAIN (http://r128gain.sourceforge.net/) is a standalone app, not a library. So probably it would be difficult to reuse its code in flac/metaflac. There is also libebur128 (https://github.com/jiixyj/libebur128/) - "libebur128 is a library that implements the EBU R 128 standard for loudness normalisation. All source code is licensed under the MIT license"; foobar2000 uses it to calculate ReplayGain values. The use of R128 also raises the question about &q...