Open
Description
On the documentation website https://xiph.org/flac/documentation_tools_flac.html I see an incorrect range of qlp-coeff-precision
parameter.
Documentation says it's between 5 and 16, but running flac v1.5.0
is must be 0 or between 5 and 15, inclusive
# https://xiph.org/flac/documentation_tools_flac.html
-q #, --qlp-coeff-precision=#
Precision of the quantized linear-predictor coefficients. This number must be in between 5 and **16**, or 0 (the default) to let encoder decide. Does nothing if using -l 0.
# flac.exe -j 8 -f -V -8 -b 4600 -r 8 --qlp-coeff-precision 16 audio-20250301_183808.wav
ERROR: invalid value '16' for qlp coeff precision (-q), must be 0 or between 5 and 15, inclusive
Type "flac" for a usage summary or "flac --help" for all options
Metadata
Metadata
Assignees
Labels
No labels
Activity