LAAC-LSCP / ChildProject

Python package for the management of day-long recordings of children.
https://childproject.readthedocs.io
MIT License
13 stars 5 forks source link

robustness of validation #448

Open LoannPeurey opened 8 months ago

LoannPeurey commented 8 months ago

Is your feature request related to a problem? Please describe. Failure to read the sample rate of audios during the validation process results in a python error. This happens often on raw audio and should be more robust, as it forces to validate with --ignore-recordings

Describe the solution you'd like solutions:

LoannPeurey commented 8 months ago

PR #450 added a warning when can't read the sample rate, others ways of getting the sample rate may be explored before closing the issue