Vin985 / ecosongs

GNU General Public License v3.0
0 stars 0 forks source link

Check how recordings are loaded #18

Closed Vin985 closed 4 years ago

Vin985 commented 5 years ago

As it is now, duration and sample rate are needed to create a Recording object, before loading the file. This is because headers are read in the GUI but kind of useless when creating a single object for testing Besides, when loading, property sr is set instead of sample_rate. Make sure this is not used elsewhere.

Vin985 commented 4 years ago

Should not be a problem anymore