Changeset 474f297
- Timestamp:
- Dec 25, 2009, 5:04:59 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:
- 4c01c0f
- Parents:
- 9c9cd54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/py-cvec.c
r9c9cd54 r474f297 252 252 static PyGetSetDef Py_cvec_getseters[] = { 253 253 {"norm", (getter)Py_cvec_get_norm, (setter)Py_cvec_set_norm, 254 " Content of the magnitude of this cvec",254 "Numpy vector of shape (length,) containing the magnitude", 255 255 NULL}, 256 256 {"phas", (getter)Py_cvec_get_phas, (setter)Py_cvec_set_phas, 257 " Content of the magnitude of this cvec",257 "Numpy vector of shape (length,) containing the phase", 258 258 NULL}, 259 259 {NULL} /* sentinel */
Note: See TracChangeset
for help on using the changeset viewer.