AUTHORS.txt
Dockerfile
LICENSE.txt
MANIFEST.in
NEWS.rst
README.rst
requirements.txt
setup.py
TimeSide.egg-info/PKG-INFO
TimeSide.egg-info/SOURCES.txt
TimeSide.egg-info/dependency_links.txt
TimeSide.egg-info/not-zip-safe
TimeSide.egg-info/requires.txt
TimeSide.egg-info/top_level.txt
doc/Makefile
doc/build.sh
doc/make.bat
doc/images/TimeSide_pipe.svg
doc/images/timeside_player_01.png
doc/images/timeside_schema.dia
doc/images/timeside_schema.svg
doc/ipynb/01_Timeside_API.ipynb
doc/ipynb/02_Aubio.ipynb
doc/source/architecture.rst
doc/source/conf.py
doc/source/copyright.rst
doc/source/development.rst
doc/source/divein.rst
doc/source/doc.rst
doc/source/index.rst
doc/source/install.rst
doc/source/intro.rst
doc/source/news.rst
doc/source/processors.rst
doc/source/production.rst
doc/source/related.rst
doc/source/ui.rst
doc/source/api/index.rst
doc/source/api/analyzer/analyzers.rst
doc/source/api/analyzer/core.rst
doc/source/api/analyzer/core_analyzers.rst
doc/source/api/analyzer/ext_analyzers.rst
doc/source/api/analyzer/index.rst
doc/source/api/analyzer/preprocessors.rst
doc/source/api/decoder/index.rst
doc/source/api/encoder/index.rst
doc/source/api/grapher/index.rst
doc/source/api/server/index.rst
doc/source/tutorials/data_management.rst
doc/source/tutorials/frames_stack.rst
doc/source/tutorials/index.rst
doc/source/tutorials/quick_start.rst
doc/source/tutorials/streaming.rst
scripts/timeside-launch
scripts/timeside-waveforms
scripts/presets/draw_waveform_contour_white.ts
scripts/presets/extract_aubio_bpm.ts
scripts/presets/transcode_media.ts
tests/run_all_tests
tests/test_AnalyzerResult.py
tests/test_AnalyzerResult_factory.py
tests/test_analyzer_dc.py
tests/test_analyzer_level.py
tests/test_analyzer_preprocessors.py
tests/test_analyzers_default.py
tests/test_analyzers_stress.py
tests/test_array_decoding.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_check_processors.py
tests/test_component.py
tests/test_core_processors.py
tests/test_decoder_utils.py
tests/test_decoding.py
tests/test_decoding_stack.py
tests/test_encoding.py
tests/test_graphers_render_analyzers.py
tests/test_graphing.py
tests/test_inputadapter.py
tests/test_list_processors.py
tests/test_process_pipe.py
tests/test_run_all_doctests.py
tests/test_scripts.sh
tests/test_server.sh
tests/test_tools_parameters.py
tests/test_transcoding.py
tests/test_transcoding_streaming.py
tests/test_vamp_simple_host.py
tests/test_yaafe.py
tests/tools.py
tests/unit_timeside.py
tests/yaafe_config/yaafeDataFlow
tests/yaafe_config/yaafeFeaturePlan
timeside/__init__.py
timeside/core/__init__.py
timeside/core/analyzer.py
timeside/core/api.py
timeside/core/component.py
timeside/core/decoder.py
timeside/core/encoder.py
timeside/core/exceptions.py
timeside/core/grapher.py
timeside/core/preprocessors.py
timeside/core/processor.py
timeside/core/tools/__init__.py
timeside/core/tools/buffering.py
timeside/core/tools/cache.py
timeside/core/tools/gstutils.py
timeside/core/tools/hdf5.py
timeside/core/tools/logger.py
timeside/core/tools/package.py
timeside/core/tools/parameters.py
timeside/core/tools/test_samples.py
timeside/player/__init__.py
timeside/player/static/timeside/css/timeside.css
timeside/player/static/timeside/js/markermap.js
timeside/player/static/timeside/js/player.js
timeside/player/static/timeside/js/ruler.js
timeside/player/static/timeside/js/rulermarker.js
timeside/player/static/timeside/js/timeside-waves.js
timeside/player/static/timeside/js/timeside.js
timeside/player/static/timeside/lib/waves/loaders/loaders.js
timeside/player/static/timeside/lib/waves/loaders/loaders.min.js
timeside/player/static/timeside/skins/classic/style.css
timeside/player/static/timeside/skins/classic/img/forward.png
timeside/player/static/timeside/skins/classic/img/pause.png
timeside/player/static/timeside/skins/classic/img/play.png
timeside/player/static/timeside/skins/classic/img/player_controlbg.png
timeside/player/static/timeside/skins/classic/img/rewind.png
timeside/player/static/timeside/skins/classic/img/setmarker.png
timeside/player/static/timeside/skins/classic/img/volumeoff.png
timeside/player/static/timeside/skins/classic/img/volumeon.png
timeside/player/static/timeside/skins/classic/img/wait.gif
timeside/player/static/timeside/skins/lab/style.css
timeside/player/static/timeside/skins/lab/img/controlbg-inverted.png
timeside/player/static/timeside/skins/lab/img/controlbg.png
timeside/player/static/timeside/skins/lab/img/empty.png
timeside/player/static/timeside/skins/lab/img/forward.png
timeside/player/static/timeside/skins/lab/img/pause.png
timeside/player/static/timeside/skins/lab/img/play.png
timeside/player/static/timeside/skins/lab/img/rewind.png
timeside/player/static/timeside/skins/lab/img/setmarker.png
timeside/player/static/timeside/skins/lab/img/volume.png
timeside/player/static/timeside/skins/lab/img/volumeoff.png
timeside/player/static/timeside/skins/lab/img/volumeon.png
timeside/player/static/timeside/skins/lab/img/wait.gif
timeside/player/static/timeside/skins/lab/img/wait2.gif
timeside/player/static/timeside/skins/lab/img/wait3.gif
timeside/plugins/__init__.py
timeside/plugins/analyzer/__init__.py
timeside/plugins/analyzer/dc.py
timeside/plugins/analyzer/level.py
timeside/plugins/analyzer/odf.py
timeside/plugins/analyzer/spectrogram.py
timeside/plugins/analyzer/spectrogram_buffer.py
timeside/plugins/analyzer/utils.py
timeside/plugins/analyzer/waveform.py
timeside/plugins/analyzer/externals/__init__.py
timeside/plugins/analyzer/externals/aubio_melenergy.py
timeside/plugins/analyzer/externals/aubio_mfcc.py
timeside/plugins/analyzer/externals/aubio_pitch.py
timeside/plugins/analyzer/externals/aubio_specdesc.py
timeside/plugins/analyzer/externals/aubio_temporal.py
timeside/plugins/analyzer/externals/vamp_plugin.py
timeside/plugins/analyzer/externals/yaafe.py
timeside/plugins/decoder/__init__.py
timeside/plugins/decoder/array.py
timeside/plugins/decoder/file.py
timeside/plugins/decoder/live.py
timeside/plugins/decoder/utils.py
timeside/plugins/encoder/__init__.py
timeside/plugins/encoder/audiosink.py
timeside/plugins/encoder/flac.py
timeside/plugins/encoder/m4a.py
timeside/plugins/encoder/metadata.py
timeside/plugins/encoder/mp3.py
timeside/plugins/encoder/ogg.py
timeside/plugins/encoder/opus.py
timeside/plugins/encoder/wav.py
timeside/plugins/encoder/webm.py
timeside/plugins/fx/__init__.py
timeside/plugins/fx/gain.py
timeside/plugins/grapher/__init__.py
timeside/plugins/grapher/color_schemes.py
timeside/plugins/grapher/spectrogram_lin.py
timeside/plugins/grapher/spectrogram_log.py
timeside/plugins/grapher/utils.py
timeside/plugins/grapher/waveform_centroid.py
timeside/plugins/grapher/waveform_contour.py
timeside/plugins/grapher/waveform_simple.py
timeside/plugins/grapher/waveform_transparent.py
timeside/server/__init__.py
timeside/server/admin.py
timeside/server/models.py
timeside/server/serializers.py
timeside/server/tasks.py
timeside/server/urls.py
timeside/server/utils.py
timeside/server/views.py
timeside/server/management/__init__.py
timeside/server/management/commands/__init__.py
timeside/server/management/commands/timeside-create-admin-user.py
timeside/server/management/commands/timeside-create-boilerplate.py
timeside/server/management/commands/timeside-import-items.py
timeside/server/management/commands/timeside-run-all-tasks.py
timeside/server/migrations/0001_initial.py
timeside/server/migrations/__init__.py
timeside/server/templates/timeside/base.html
timeside/server/templates/timeside/index.html
timeside/server/templates/timeside/item_detail.html