chaudum / rgain3

A Python 3 compatible fork of rgain -- ReplayGain tools and Python library
GNU General Public License v2.0
51 stars 10 forks source link

Release new version to PyPI #54

Open resolritter opened 1 year ago

resolritter commented 1 year ago

The latest version on PyPI, 1.1.1, does not have commit c2c980095c9e66d835210b62eefd063e3590671f. Without that commit, files with the .opus extension are not supported, as also mentioned in https://github.com/chaudum/rgain3/issues/13#issuecomment-1112870487. 1.1.1 works as follows:

$ replaygain sample.opus
sample.opus: not supported, ignoring it

With c2c980095c9e66d835210b62eefd063e3590671f I am able to process the file as expected.