]> git.parisson.com Git - timeside.git/commit
Automatic discovering of processors
authorThomas Fillon <thomas@parisson.com>
Wed, 14 May 2014 10:35:42 +0000 (12:35 +0200)
committerThomas Fillon <thomas@parisson.com>
Wed, 14 May 2014 10:35:42 +0000 (12:35 +0200)
commitc441be520cb11f4fc3a33edf5bc1c1f7dddeaf79
tree53d3c5192fe88006957eae68d29ce551741d8ab1
parent01df5f5c2696e891df183dad37a1e4a36a8dfe81
Automatic discovering of processors

- Automatic discovering of processors by walking through timeside decoder, analyzer, encoder and grapher subpackages.
- Empty corresponding __init__ files i.e. remove explicit import of processors
33 files changed:
tests/test_AnalyzerResult.py
tests/test_analyzers_stress.py
tests/test_aubio_melenergy.py
tests/test_aubio_mfcc.py
tests/test_aubio_pitch.py
tests/test_aubio_specdesc.py
tests/test_aubio_temporal.py
tests/test_decoding_stack.py
tests/test_transcoding.py
tests/test_transcoding_streaming.py
timeside/__init__.py
timeside/analyzer/__init__.py
timeside/analyzer/aubio_melenergy.py [deleted file]
timeside/analyzer/aubio_mfcc.py [deleted file]
timeside/analyzer/aubio_pitch.py [deleted file]
timeside/analyzer/aubio_specdesc.py [deleted file]
timeside/analyzer/aubio_temporal.py [deleted file]
timeside/analyzer/level.py
timeside/analyzer/limsi_sad.py
timeside/analyzer/odf.py
timeside/analyzer/spectrogram.py
timeside/analyzer/waveform.py
timeside/analyzer/yaafe.py
timeside/api.py
timeside/core.py
timeside/decoder/__init__.py
timeside/decoder/array.py
timeside/decoder/core.py
timeside/decoder/file.py
timeside/decoder/live.py
timeside/encoder/__init__.py
timeside/grapher/__init__.py
timeside/grapher/render_analyzers.py