move tests/python/demo to tests/, add localaubio.py module helpers
authorPaul Brossier <piem@piem.org>
Sat, 1 Dec 2007 16:56:57 +0000 (17:56 +0100)
committerPaul Brossier <piem@piem.org>
Sat, 1 Dec 2007 16:56:57 +0000 (17:56 +0100)
commit974dddc7e5fc66721c791c6dac2582395f1f39ea
tree398cfa36072497d2604ba800b17aa8a3d4956062
parentb63b3226985a6eb2d0a48e693f209f22e7067118
move tests/python/demo to tests/, add localaubio.py module helpers
27 files changed:
tests/demo/bench/onset/Makefile.am [new file with mode: 0644]
tests/demo/bench/onset/bench-delay [new file with mode: 0755]
tests/demo/bench/onset/bench-onset [new file with mode: 0755]
tests/demo/bench/onset/bench-window [new file with mode: 0755]
tests/demo/bench/pitch/Makefile.am [new file with mode: 0644]
tests/demo/bench/pitch/bench-pitch-isolated [new file with mode: 0755]
tests/demo/bench/pitch/bench-pitch-plot-isolated [new file with mode: 0755]
tests/demo/bench/tempo/demo-tempo [new file with mode: 0755]
tests/demo/bench/tempo/demo-tempo-acf [new file with mode: 0755]
tests/demo/localaubio.py [new file with mode: 0644]
tests/demo/plot_mfcc_filterbank.py [new file with mode: 0755]
tests/python/bench/onset/Makefile.am [deleted file]
tests/python/bench/onset/bench-delay [deleted file]
tests/python/bench/onset/bench-onset [deleted file]
tests/python/bench/onset/bench-window [deleted file]
tests/python/bench/pitch/Makefile.am [deleted file]
tests/python/bench/pitch/bench-pitch-isolated [deleted file]
tests/python/bench/pitch/bench-pitch-plot-isolated [deleted file]
tests/python/bench/tempo/demo-tempo [deleted file]
tests/python/bench/tempo/demo-tempo-acf [deleted file]
tests/python/demo/plot_mfcc_filterbank.py [deleted file]
tests/python/localaubio.py [new file with mode: 0644]
tests/python/run_all_tests
tests/python/src/cvec.py
tests/python/src/fvec.py
tests/python/src/onset/peakpick.py
tests/python/template.py