Skip to content

Commit

Permalink
replaygain2: Add MusePack as supported file format
Browse files Browse the repository at this point in the history
Supportes since rsgain 3.1
  • Loading branch information
phw committed Sep 14, 2023
1 parent c75d0f4 commit 340178b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/replaygain2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
- WAV (.wav)
- AIFF (.aiff)
- TAK (.tak)
- MusePack *(Stream Version 8 only)* (.mpc)
This plugin is based on the original ReplayGain plugin by Philipp Wolfer and Sophist.
'''
PLUGIN_VERSION = "1.4"
PLUGIN_VERSION = "1.6"
PLUGIN_API_VERSIONS = ["2.0"]
PLUGIN_LICENSE = "GPL-2.0"
PLUGIN_LICENSE_URL = "https://www.gnu.org/licenses/gpl-2.0.html"
Expand All @@ -49,6 +50,7 @@
MonkeysAudioFile,
MP3File,
MP4File,
MusepackFile,
OggFLACFile,
OggOpusFile,
OggSpeexFile,
Expand Down Expand Up @@ -88,6 +90,7 @@
MonkeysAudioFile,
MP3File,
MP4File,
MusepackFile,
OggFLACFile,
OggOpusFile,
OggSpeexFile,
Expand Down

0 comments on commit 340178b

Please sign in to comment.