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

Support for multiple audio channels: anticipating problems #150

Open lucasgautheron opened 3 years ago

lucasgautheron commented 3 years ago

Let's try to anticipate all of the problems that may arise from using multi-channel recordings. (post your suggestions below!)

Screenshot 2021-02-25 at 13 04 19 which may be represented by a mxn matrix. Screenshot 2021-02-25 at 13 04 21

If we assume that channels can only be turned on/off this form reduces to Screenshot 2021-02-25 at 13 04 24 which can be stored in a list of m lists : Screenshot 2021-02-25 at 13 04 28

Is metadata/annotations.csv the right place to store this information ? Or should it be stored in some parameters.csv file, at the root of the annotation set ?