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.
Sun, 08 Oct 2017 15:22:21 +0100 Emmanouil Theofanis Chourdakis Fixed a bug with the patterns not appearing in the resulting .xls file. More pep8 fixes.
Sat, 07 Oct 2017 15:22:02 +0100 Emmanouil Theofanis Chourdakis changed to conform more to pep8 (still needs working on); made it to generate a .csv in the end with the individual wav files and the start and end times of each
Thu, 05 Oct 2017 15:45:41 +0100 Emmanouil Theofanis Chourdakis allow patterns to use other patterns as events
Thu, 05 Oct 2017 14:53:15 +0100 Emmanouil Theofanis Chourdakis added simscene.py with the accompanying input files to generate acoustic scenes using python