]> git.parisson.com Git - timeside.git/commit
- move id() into to IProcessor, all processors are required to implement this static...
authorOlivier Guilyardi <olivier@samalyse.com>
Fri, 27 Nov 2009 17:32:05 +0000 (17:32 +0000)
committerOlivier Guilyardi <olivier@samalyse.com>
Fri, 27 Nov 2009 17:32:05 +0000 (17:32 +0000)
commitf7f2fe27b72d59e7e4d3a1ae5343a4c48735efc2
treef13ebb6492430cfbdaec03e1f5eb68e6fd9cb767
parent7cd82b24dbc203874612e369d1899020d7b23f18
- move id() into to IProcessor, all processors are required to implement this static method
- MetaProcessor now ensures that all id's are wellformed and unique and raise an exception otherwise
- add id() to all encoders and decoders, and make it static in analyzers and graphers
- remove underscores and shorten a couple of id's, see the doc of IProcessor.id()
25 files changed:
analyze/api.py
analyze/channels.py
analyze/dc.py
analyze/duration.py
analyze/encoding.py
analyze/format.py
analyze/max_level.py
analyze/mean_level.py
analyze/resolution.py
analyze/samplerate.py
api.py
core.py
decode/core.py
decode/flac.py
decode/mp3.py
decode/ogg.py
decode/wav.py
encode/flac.py
encode/mp3.py
encode/ogg.py
encode/wav.py
graph/api.py
graph/spectrogram_audiolab.py
graph/waveform_audiolab.py
tests/listprocessors.py