Summary: | k3b problems with flac 24bit | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Nikos Papadopoulos <231036448> |
Component: | Audio Project | Assignee: | k3b developers <k3b> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | aacid, krashrson, michalm, trueg |
Priority: | NOR | ||
Version: | 19.04 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/k3b/183d20b1aa544c221592eb32b9743dc287ae0e79 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
"original" flac file created by Audacity
"cropped" wav file, created by k3b, out of the "original" 24bit flac |
Description
Nikos Papadopoulos
2020-02-23 09:29:18 UTC
Could you attach any of those files that fail for you? Created attachment 126348 [details]
"original" flac file created by Audacity
Created attachment 126349 [details]
"cropped" wav file, created by k3b, out of the "original" 24bit flac
Git commit 183d20b1aa544c221592eb32b9743dc287ae0e79 by Albert Astals Cid. Committed on 23/02/2020 at 19:13. Pushed by aacid into branch 'release/19.12'. Fix libsoundfiledecoder with files with non whole second length There were two issues: * the frames calculation was first doing integer division and the multiplication by a double, so the result was always a whole number of seconds in frames * the code decodeInternal always assumed that it would read a whole second and if not that was a problem M +1 -5 plugins/decoder/libsndfile/k3blibsndfiledecoder.cpp https://commits.kde.org/k3b/183d20b1aa544c221592eb32b9743dc287ae0e79 I've fixed the half second of that file getting cropped. If you have different issues with other files (from reading your original text i think you do), please open a new bug. |