Changeset e4a8882
- Timestamp:
- Feb 27, 2017, 1:16:09 AM (8 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, sampler
- Children:
- 23f1c49
- Parents:
- 23be736
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/py-source.c
r23be736 re4a8882 281 281 static char Pyaubio_source_exit_doc[] = ""; 282 282 static PyObject* Pyaubio_source_exit(Py_source *self, PyObject *unused) { 283 Pyaubio_source_close(self, unused);284 283 return Pyaubio_source_close(self, unused); 285 284 }
Note: See TracChangeset
for help on using the changeset viewer.