]> git.parisson.com Git - timeside.git/commit
tests/api to test/sandbox, add various tests in sandbox
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 31 Oct 2013 21:51:58 +0000 (22:51 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 31 Oct 2013 21:51:58 +0000 (22:51 +0100)
commit770add82a8492d585b979de576241159503c017b
tree8fefc218af8949b1da5e0e000d2deec390b9a65b
parent606ed2960238d1d28ec777adacb0209f9563c032
tests/api to test/sandbox, add various tests in sandbox
62 files changed:
tests/api/__init__.py [deleted file]
tests/api/examples.py [deleted file]
tests/api/exempleCMMR_vamp.py [deleted file]
tests/api/exemplesCMMR.py [deleted file]
tests/api/test_all.py [deleted file]
tests/api/test_all_graphers.py [deleted file]
tests/api/test_analyzer.py [deleted file]
tests/api/test_analyzer3.py [deleted file]
tests/api/test_enc_flac.py [deleted file]
tests/api/test_enc_mp3.py [deleted file]
tests/api/test_enc_mp3_by_block.py [deleted file]
tests/api/test_enc_ogg.py [deleted file]
tests/api/test_enc_webm.py [deleted file]
tests/api/test_flac.py [deleted file]
tests/api/test_lolevel.py [deleted file]
tests/api/test_lolevel_streaming.py [deleted file]
tests/api/test_lolevel_streaming_bad.py [deleted file]
tests/api/test_lolevel_streaming_vorbis.py [deleted file]
tests/api/test_mp3.py [deleted file]
tests/api/test_pipe.py [deleted file]
tests/api/test_spectrogram.py [deleted file]
tests/api/test_vorbis.py [deleted file]
tests/api/test_wav.py [deleted file]
tests/api/test_waveform.py [deleted file]
tests/sandbox/__init__.py [new file with mode: 0644]
tests/sandbox/examples.py [new file with mode: 0644]
tests/sandbox/exempleCMMR_vamp.py [new file with mode: 0644]
tests/sandbox/exemplesCMMR.py [new file with mode: 0644]
tests/sandbox/test_all.py [new file with mode: 0644]
tests/sandbox/test_all_graphers.py [new file with mode: 0644]
tests/sandbox/test_analyzer.py [new file with mode: 0644]
tests/sandbox/test_analyzer3.py [new file with mode: 0644]
tests/sandbox/test_analyzer4.py [new file with mode: 0644]
tests/sandbox/test_aubio_bpm.py [new file with mode: 0644]
tests/sandbox/test_aubio_onsetrate.py [new file with mode: 0644]
tests/sandbox/test_enc_flac.py [new file with mode: 0644]
tests/sandbox/test_enc_mp3.py [new file with mode: 0644]
tests/sandbox/test_enc_mp3_by_block.py [new file with mode: 0644]
tests/sandbox/test_enc_ogg.py [new file with mode: 0644]
tests/sandbox/test_enc_webm.py [new file with mode: 0644]
tests/sandbox/test_flac.py [new file with mode: 0644]
tests/sandbox/test_lolevel.py [new file with mode: 0644]
tests/sandbox/test_lolevel_streaming.py [new file with mode: 0644]
tests/sandbox/test_lolevel_streaming_bad.py [new file with mode: 0644]
tests/sandbox/test_lolevel_streaming_vorbis.py [new file with mode: 0644]
tests/sandbox/test_mp3.py [new file with mode: 0644]
tests/sandbox/test_mp3_2.py [new file with mode: 0644]
tests/sandbox/test_mp3_3.py [new file with mode: 0644]
tests/sandbox/test_parent.py [new file with mode: 0644]
tests/sandbox/test_pipe.py [new file with mode: 0644]
tests/sandbox/test_results.py [new file with mode: 0644]
tests/sandbox/test_spectrogram.py [new file with mode: 0644]
tests/sandbox/test_spectrogram2.py [new file with mode: 0644]
tests/sandbox/test_spectrogram3.py [new file with mode: 0644]
tests/sandbox/test_vorbis.py [new file with mode: 0644]
tests/sandbox/test_wav.py [new file with mode: 0644]
tests/sandbox/test_waveform.py [new file with mode: 0644]
tests/sandbox/test_waveform3.py [new file with mode: 0644]
tests/sandbox/test_waveform4.py [new file with mode: 0644]
tests/sandbox/test_waveform_centroid.py [new file with mode: 0644]
tests/sandbox/test_waveform_contour.py [new file with mode: 0644]
tests/sandbox/test_waveform_simple.py [new file with mode: 0644]