Skip to content

mel-computations cli help text "=" missing #3010

Closed
@boeddeker

Description

@boeddeker

The help text of compute-mfcc-feats says that the --high-freq < 0 is the offset from Nyquist.
But the code says it is --high-freq <= 0.
In my mind should the help text say --high-freq <= 0 is the offset from Nyquist.

Here the code positions:

"High cutoff frequency for mel bins (if < 0, offset from Nyquist)");

if (opts.high_freq > 0.0)

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