Change Quality enum to a struct #65
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 aFormat
enum and au32
bitrate. Then the UI should simply not display the FLAC bitrate as it's not relevant.