Changeset 5f852c1
- Timestamp:
- Jul 20, 2016, 3:18:41 PM (8 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:
- 413bc0f
- Parents:
- 9530365
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/fmat.h
r9530365 r5f852c1 157 157 void fmat_copy(const fmat_t *s, fmat_t *t); 158 158 159 /* compute the product of a matrix by a vector159 /** compute the product of a matrix by a vector 160 160 161 161 \param s matrix to compute product with -
src/tempo/tempo.h
r9530365 r5f852c1 161 161 smpl_t aubio_tempo_get_confidence(aubio_tempo_t * o); 162 162 163 /* set number of tatum per beat163 /** set number of tatum per beat 164 164 165 165 \param o beat tracking object … … 169 169 uint_t aubio_tempo_set_tatum_signature(aubio_tempo_t *o, uint_t signature); 170 170 171 /* check whether a tatum was detected in the current frame171 /** check whether a tatum was detected in the current frame 172 172 173 173 \param o beat tracking object … … 178 178 uint_t aubio_tempo_was_tatum(aubio_tempo_t *o); 179 179 180 /* get position of last_tatum, in samples180 /** get position of last_tatum, in samples 181 181 182 182 \param o beat tracking object
Note: See TracChangeset
for help on using the changeset viewer.