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

No web setting to allow only HiFi 16bit/44 #31

Open
JustinRoper opened this issue Nov 16, 2024 · 0 comments
Open

No web setting to allow only HiFi 16bit/44 #31

JustinRoper opened this issue Nov 16, 2024 · 0 comments

Comments

@JustinRoper
Copy link

There is no setting in the web gui to only be able to get HiFi for cd qual 16/44. I can set it manually if I edit the db and set it to HiFi in the settings table and it works. So look like it just needs to be added to the web settings as a selection.

audioQuality = SelectField('audioQuality', choices=[('Normal', 'Normal'), ('High', 'High'), ('Master', 'Master'), ('Max', 'Max')])

class AudioQuality(Enum): Normal = 0 High = 1 HiFi = 2 Master = 3 Max = 4

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

No branches or pull requests

1 participant