summaryrefslogtreecommitdiff
path: root/readme.md
blob: a79b84074e846f446a59d5328c80bc1253339ef1 (plain)
1
2
3
4
5
6
7
8
9
#### problems
- metadata keys shouldnt be fullpaths but relative ones (imagine downloading this dataset);
- key-pair in metadata doesnt guarantee existence of audiofile;
- instead of writing ffmpeg commands to file maybe better to run them in go;
- change metadata format from json to csv for lower memory consumption;
- add config file; move constance to config file;
- ffmpeg call should be unique;
- ffmpeg commands are slow, split to clips inside of this module;
- wav take a lot of space; no need for conversion, pytorch supports opus (convert to opus);