Ignore:
Timestamp:
Dec 1, 2007, 5:56:57 PM (16 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
41ed384
Parents:
b63b322
Message:

move tests/python/demo to tests/, add localaubio.py module helpers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/python/src/fvec.py

    rb63b322 r974dddc  
    1 import unittest
    2 
    3 from aubio.aubiowrapper import *
     1from template import aubio_unit_template
     2from localaubio import *
    43
    54buf_size = 2048
    65channels = 3
    76
    8 class fvec_test_case(unittest.TestCase):
     7class fvec_unit(aubio_unit_template):
    98
    109  def setUp(self):
Note: See TracChangeset for help on using the changeset viewer.