Skip to content

Documentation - incorrect range of qlp-coeff-precision parameter #816

Open
@krzotr

Description

@krzotr

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions