Changeset 4435ea6e
- Timestamp:
- Jul 11, 2012, 12:30:32 AM (12 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:
- 4db0752
- Parents:
- cd60b5c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/fmat.h
rcd60b5c r4435ea6e 44 44 /** fmat_t buffer creation function 45 45 46 \param length the length of the bufferto create47 \param channels the number of channels in the buffer46 \param length the length of the matrix to create 47 \param height the height of the matrix to create 48 48 49 49 */ 50 fmat_t * new_fmat(uint_t length, uint_t channels);50 fmat_t * new_fmat(uint_t length, uint_t height); 51 51 /** fmat_t buffer deletion function 52 52
Note: See TracChangeset
for help on using the changeset viewer.