log python/simscene.py @ 51:ebf92ed7d680 tip master

age author description
Sun, 30 Sep 2018 13:21:49 +0100 Emmanouil Theofanis Chourdakis Added -fd (--full-duration) argument. default tip master
Thu, 22 Feb 2018 16:45:11 +0000 Emmanouil Theofanis Chourdakis added setup.py to allow for 'python setup.py build install'
Tue, 24 Oct 2017 16:53:58 +0100 Emmanouil Theofanis Chourdakis Fixed a typo on line 655 which did not allow .xls patterns to be converted to scenes
Fri, 20 Oct 2017 11:57:28 +0100 Emmanouil Theofanis Chourdakis Changed output annotation default to be the same as the TUT DCASE 2017 challenge sound event evaluator
Thu, 12 Oct 2017 15:02:48 +0100 Emmanouil Theofanis Chourdakis Added a "label" header to resulting annotations
Tue, 10 Oct 2017 11:55:05 +0100 Emmanouil Theofanis Chourdakis Fixed a bug where generating the validation .csv files would not show end_time if it wasn't defined in the recipe files.
Mon, 09 Oct 2017 11:55:03 +0100 Emmanouil Theofanis Chourdakis Reading and writing of files now is done by soundfile since there seems to be a bug with writing .wav files with librosa (mplayer would play them as rubbish). Added soundfile as a requirement.