ecolistening / ecolistening/SoundADE
`n_fft`, `frame_length` and `hop_length` should be constrained to sensible values
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
there are currently no constraints on the above varialbes (used for deriving audio indexes in `process_files.py`).
These variables interact in ways that might make data output non-valid in non-obvious ways.
The user should at least be warned if they have selected bad values, but the script should probably just not run in that case.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.