- Timestamp:
- Sep 26, 2009, 1:55:27 AM (15 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:
- 9e0dd58
- Parents:
- 5f23f66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/aubioclass.py
r5f23f66 r634d238 43 43 else: 44 44 self.file = new_aubio_sndfile_ro(filename) 45 if self.file == None: raise(ValueError, "failed opening file") 45 if self.file == None: 46 raise(ValueError, "failed opening file %s" % filename) 46 47 def __del__(self): 47 48 if self.file != None: del_aubio_sndfile(self.file)
Note: See TracChangeset
for help on using the changeset viewer.