-
-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
- ALAC files should display their correct bitrate (as reported by tools like FFmpeg or ExifTool).
- ALAC files should not cause the application to crash when played.
- ReplayGain tags should be recognized just like with other formats.
Current Behavior
- ALAC files always report incorrect bitrate.
- Waveform generator fails when playing ALAC and causes the app to crash due to native segfault in the Amplituda waveform library.
- ReplayGain tags not recognized.
Steps to Reproduce
- Load the ALAC file from the link into the library.
https://drive.google.com/file/d/1K2v7oONDRo7g2vjSG3ehSNyEN6ob3U1n/view?usp=drive_link - Check its bitrate in the app.
- Compare with FFmpeg or ExifTool output.
- Observe that the waveform doesn't generate anything and crashes the app occasionally.
Screenshots
Logs
Possible Solution
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working