]> git.parisson.com Git - timeside-diadems.git/commit
Various enhancements on timeside.analyzer
authorThomas Fillon <thomas@parisson.com>
Thu, 10 Oct 2013 08:11:44 +0000 (10:11 +0200)
committerThomas Fillon <thomas@parisson.com>
Thu, 10 Oct 2013 08:51:12 +0000 (10:51 +0200)
commitbfaa305ba317ff4b6f27567730cf636d4e4bb553
treeb21aab8c3c3af9a44788ce0da60b947e81e6b770
parent9b0495b0b63370710acad5ae864d986d51ae153d
Various enhancements on timeside.analyzer

- Add functions data(), time() and duration() to AnalyzerResult to easilly acces those values
- Modify Analyzer id to get results with the following format : 'AnalyzerID.ResultID' (e.g. 'aubio_temporal.beat', aubio_temporal.bpm', ...)
- Analyzer result() function now return only the results in the container that match the Analyzer id (e.g. 'aubio_temporal.*')
- Add Waveform Analyzer and Spectrogram Analyzers (mainly for demonstration and illustration purpose)
- some PEP8 refactoring (with autopep8)
timeside/analyzer/__init__.py