- Timestamp:
- Feb 23, 2014, 8:05:00 PM (11 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:
- 1164bcdf
- Parents:
- ab35262
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_sink.py
rab35262 r4a1378c 12 12 13 13 class aubio_sink_test_case(TestCase): 14 15 def setUp(self):16 if not len(list_of_sounds):17 self.skipTest('add some sound files in \'python/tests/sounds\'')18 14 19 15 def test_many_sinks(self): … … 57 53 shutil.rmtree(tmpdir) 58 54 59 def test_read(self): 55 def test_read_and_write(self): 56 57 if not len(list_of_sounds): 58 self.skipTest('add some sound files in \'python/tests/sounds\'') 59 60 60 for path in list_of_sounds: 61 61 for samplerate, hop_size in zip([0, 44100, 8000, 32000], [512, 1024, 64, 256]):
Note: See TracChangeset
for help on using the changeset viewer.