Change Quality enum to a struct #65

Closed
opened 2023-05-11 07:58:19 +02:00 by wojtek · 0 comments
Owner

FLAC files also have a bitrate. In principle, every file can have a bitrate as they have a size and duration. Therefore, Quality should not be an enum, but a struc consisting of a Format enum and a u32 bitrate. Then the UI should simply not display the FLAC bitrate as it's not relevant.

FLAC files also have a bitrate. In principle, every file can have a bitrate as they have a size and duration. Therefore, `Quality` should not be an enum, but a struc consisting of a `Format` enum and a `u32` bitrate. Then the UI should simply not display the FLAC bitrate as it's not relevant.
wojtek added this to the v0.2.0 milestone 2023-05-11 07:58:19 +02:00
wojtek added the
enhancement
label 2023-05-11 07:58:19 +02:00
wojtek added reference 65---change-quality-enum-to-a-struct 2023-05-11 21:06:51 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wojtek/musichoard#65
No description provided.