Changeset 4435ea6e


Ignore:
Timestamp:
Jul 11, 2012, 12:30:32 AM (12 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:
4db0752
Parents:
cd60b5c
Message:

src/fmat.h: length and height

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fmat.h

    rcd60b5c r4435ea6e  
    4444/** fmat_t buffer creation function
    4545
    46   \param length the length of the buffer to create
    47   \param channels the number of channels in the buffer
     46  \param length the length of the matrix to create
     47  \param height the height of the matrix to create
    4848
    4949*/
    50 fmat_t * new_fmat(uint_t length, uint_t channels);
     50fmat_t * new_fmat(uint_t length, uint_t height);
    5151/** fmat_t buffer deletion function
    5252
Note: See TracChangeset for help on using the changeset viewer.