Allow setting preferences for the quality and bitrate of mp3 produced by MuseScore
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
Hmm, strange, I'm pretty sure I fixed those typos myself?
Came up again in https://musescore.org/de/node/172896
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
see https://github.com/musescore/MuseScore/pull/2993
Fixed in branch master, commit 6a3f31fc28
fix #50926: add setting and option for MP3 bitrate
and some code and UI cleanup
Fixed in branch master, commit 2c8c6db873
Merge pull request #2993 from Jojo-Schmitz/mp3-export
fix #50926: add setting and option for MP3 bitrate
Any chance of getting this into 2.1 too?
Fixed in branch 2.1, commit 0d1bd52633
fix #50926: add setting and option for MP3 bitrate
Fixed in branch master, commit 8dc908f43a
follow up for fix #50926: fix bitrates for MP3 (MPEG-1)
as documented in http://lame.cvs.sourceforge.net/viewvc/lame/lame/USAGE
Also fixed a 'brown paper bag' copy/paste error and a typo
Fixed in branch master, commit fade47128b
Merge pull request #3002 from Jojo-Schmitz/audioexport
follow up for fix #50926: fix bitrates for MP3 (MPEG-1)
Fixed in branch 2.1, commit 5b4f2561d7
follow up for fix #50926: fix bitrates for MP3 (MPEG-1)
as documented in http://lame.cvs.sourceforge.net/viewvc/lame/lame/USAGE
Also fixed a 'brown paper bag' copy/paste error and a typo
Automatically closed -- issue fixed for 2 weeks with no activity.