- Timestamp:
- Oct 7, 2009, 11:19:36 PM (15 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:
- 277918b
- Parents:
- 01b8fcc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-scale.c
r01b8fcc r0ce97483 7 7 fvec_t * in = new_fvec (win_s, channels); /* input buffer */ 8 8 aubio_scale_t * o = new_aubio_scale(0,1,2,3); 9 aubio_scale_set (o,0,1,2,3);9 aubio_scale_set_limits (o,0,1,2,3); 10 10 uint_t i = 0; 11 11
Note: See TracChangeset
for help on using the changeset viewer.