Rachel Bittner
Rachel Bittner
Set the default parameters in a `config.py` file (e.g., avoid this 0.5 [here](https://github.com/rabitt/motif/blob/master/motif/core.py#L184)). An [example](https://github.com/urinieto/msaf/blob/master/msaf/configdefaults.py) of configuration in msaf.
`file_info.stat` and `Transformer.stat` do different things and having the same name is confusing. Eventually rename `file_info.stat` to `file_info.summary`.
Include usage of: - [ ] `noiseprof` / `noisered` - [ ] `stat` - [ ] `stats` - [ ] `power_spectrum`
Hey klio team! The [installation guide](https://docs.klio.io/userguide/quickstart/installation.html) linked from your [API docs](https://docs.klio.io/en/latest/reference/cli/index.html) goes to a 404. Wanted to let you know!
in `jams_utils.py`, we have several helper functions like `notes_to_jams` , `f0_to_jams`. Jams namespaces have follow particular units - our annotations have flexible units, but we don't convert to the expected...
In some exceptional cases, the md5 checksum of a downloaded file may not match what we expect (e.g. see #494 ), but after decompression, the internal files have the expected...