Changeset 4292013
- Timestamp:
- Sep 21, 2016, 4:00:03 PM (8 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
- Children:
- d5f538f
- Parents:
- a9eb93e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_pitchshift.py
ra9eb93e r4292013 61 61 self.o.set_transpose(-24.3) 62 62 63 class aubio_pitchshift_wrong_params(TestCase): 64 65 def test_wrong_transpose(self): 66 with self.assertRaises(RuntimeError): 67 aubio.pitchshift("default", -123) 63 68 64 69 class aubio_pitchshift_testruns(TestCase):
Note: See TracChangeset
for help on using the changeset viewer.