Allow setting preferences for the quality and bitrate of mp3 produced by MuseScore

• Mar 16, 2015 - 08:43
Reported version
2.1
Type
Graphical (UI)
Severity
S5 - Suggestion
Status
closed
Project

Currently the quality settings for MP3 export are hardcoded into the program

This requests to allow the settings to be tweaked in preferences->export or via a command line switch.

See e.g. http://musescore.org/en/node/50821


Comments

Title Allow setting preferences for the quality of mp3 produced by MuseScore Allow setting preferences for the quality and bitrate of mp3 produced by MuseScore

Methods `void MP3Exporter::setMode(int mode)`, `void MP3Exporter::setQuality(int q, int r)` and `void MP3Exporter::setBitrate(int rate)` are available but not used anywhere

Looking into this, got setting the Bitrate working, not sure whether or how to deal with quality, and whether VBR and/or ABR might be an interesting option