spy-spotify icon indicating copy to clipboard operation
spy-spotify copied to clipboard

Please make MP3 encoder configurable

Open MajorP93 opened this issue 2 years ago • 1 comments

Hi! Thanks for this awesome piece of software! Right now I am using .wav as output format and convert it to MP3 manually because I want to use 320kbps CBR for the best possible quality.

It would be awesome if Spytify would offer the option to configure the encoder (variable bit rate / constant bit rate, bit rate 96 - 320).

Thanks!

MajorP93 avatar Jun 21 '22 08:06 MajorP93

Yeah, that would definitely be useful. For a simple workaround you can hardcode "320" into Recorder.cs:261 (instead of _userSettings.Bitrate). That will use CBR 320 kbps

pr8x avatar Sep 19 '22 13:09 pr8x