Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please make MP3 encoder configurable #428

Closed
MajorP93 opened this issue Jun 21, 2022 · 1 comment · Fixed by #437
Closed

Please make MP3 encoder configurable #428

MajorP93 opened this issue Jun 21, 2022 · 1 comment · Fixed by #437
Milestone

Comments

@MajorP93
Copy link

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!

@pr8x
Copy link

pr8x commented Sep 19, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants