Changeset 3cd9fdd for src/fmat.h


Ignore:
Timestamp:
Oct 17, 2013, 1:09:20 PM (11 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:
b0706d8
Parents:
8617843
Message:

src/fmat.h: fmat_get_channel to write to an fvec_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fmat.h

    r8617843 r3cd9fdd  
    9292
    9393*/
    94 smpl_t * fmat_get_channel(fmat_t *s, uint_t channel);
     94void fmat_get_channel (fmat_t *s, uint_t channel, fvec_t *output);
    9595/** write channel vector into a buffer
    9696
Note: See TracChangeset for help on using the changeset viewer.