]> git.parisson.com Git - timeside.git/commit
Change AnalyzerResult 'data' to 'dataObject' and add functions to access directly...
authorThomas Fillon <thomas@parisson.com>
Wed, 9 Oct 2013 13:29:41 +0000 (15:29 +0200)
committerThomas Fillon <thomas@parisson.com>
Wed, 9 Oct 2013 13:31:24 +0000 (15:31 +0200)
commit227984fe3bb78c3e97d0ee5be3671a4fa629ca9b
tree44949d2664c8bfa7ce9848064a561e6a4aea345d
parent25b8eb682f707e1114a8a347d41ed68ff5e603d9
Change AnalyzerResult 'data' to 'dataObject' and add functions to access directly to data, time and duration from an analyzerResult
12 files changed:
tests/test_AnalyzerResult.py
tests/test_analyzer_dc.py
tests/test_analyzer_level.py
timeside/analyzer/aubio_melenergy.py
timeside/analyzer/aubio_mfcc.py
timeside/analyzer/aubio_pitch.py
timeside/analyzer/aubio_specdesc.py
timeside/analyzer/aubio_temporal.py
timeside/analyzer/core.py
timeside/analyzer/dc.py
timeside/analyzer/level.py
timeside/analyzer/yaafe.py