Changeset 212da72 for tests/python/src/fvec.py
- Timestamp:
- Dec 3, 2007, 10:57:52 AM (17 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 45f1f06
- Parents:
- dddf1f5 (diff), 6913434 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/python/src/fvec.py
rdddf1f5 r212da72 1 import unittest 2 3 from aubio.aubiowrapper import * 1 from template import aubio_unit_template 2 from localaubio import * 4 3 5 4 buf_size = 2048 6 5 channels = 3 7 6 8 class fvec_ test_case(unittest.TestCase):7 class fvec_unit(aubio_unit_template): 9 8 10 9 def setUp(self):
Note: See TracChangeset
for help on using the changeset viewer.