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
17 files changed:
tests/demo/bench/onset/Makefile.am [moved from tests/python/bench/onset/Makefile.am with 100% similarity]
tests/demo/bench/onset/bench-delay [moved from tests/python/bench/onset/bench-delay with 100% similarity]
tests/demo/bench/onset/bench-onset [moved from tests/python/bench/onset/bench-onset with 100% similarity]
tests/demo/bench/onset/bench-window [moved from tests/python/bench/onset/bench-window with 100% similarity]
tests/demo/bench/pitch/Makefile.am [moved from tests/python/bench/pitch/Makefile.am with 100% similarity]
tests/demo/bench/pitch/bench-pitch-isolated [moved from tests/python/bench/pitch/bench-pitch-isolated with 100% similarity]
tests/demo/bench/pitch/bench-pitch-plot-isolated [moved from tests/python/bench/pitch/bench-pitch-plot-isolated with 100% similarity]
tests/demo/bench/tempo/demo-tempo [moved from tests/python/bench/tempo/demo-tempo with 100% similarity]
tests/demo/bench/tempo/demo-tempo-acf [moved from tests/python/bench/tempo/demo-tempo-acf with 100% similarity]
tests/demo/localaubio.py [new file with mode: 0644]
tests/demo/plot_mfcc_filterbank.py [moved from tests/python/demo/plot_mfcc_filterbank.py with 95% similarity]
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