Replies: 2 comments 6 replies
-
|
Are you using the caesura via docker? If so the version of flac is what is built into the container hence why it differs to your computer. The dependencies are sourced from the Alpine packages which does look to be running an older version: https://pkgs.alpinelinux.org/package/edge/main/x86_64/flac I'm not sure if there are any benefits of using the latest versions, typically package managers stick with stable versions rather than being cutting edge. I'll have a look in to this. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Completed in 9752fb2 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I don't know if the flac used to make the downsample is hard coded or not, but I see that it uses version 1.3.3 while on my computer I have version 1.5.0.
$ flac --version
flac 1.5.0
$ metaflac --version
metaflac 1.5.0
In case it is included in the tool, can it be updated in the next compilation?
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions