Ignore:
Timestamp:
Jul 10, 2015, 12:59:23 AM (9 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
5a7e2c3
Parents:
5e394ecc
Message:

ext/py-musicutils.c: complete window implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/py-musicutils.h

    r5e394ecc refa62ce  
    1010"-------\n"
    1111"\n"
    12 ">>> window('hanningz', 1024)";
     12">>> window('hanningz', 1024)\n"
     13"array([  0.00000000e+00,   9.41753387e-06,   3.76403332e-05, ...,\n"
     14"         8.46982002e-05,   3.76403332e-05,   9.41753387e-06], dtype=float32)";
    1315
    1416PyObject * Py_aubio_window(PyObject *self, PyObject *args);
Note: See TracChangeset for help on using the changeset viewer.