- Timestamp:
- Oct 15, 2009, 9:09:38 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:
- f1b6aad
- Parents:
- 93177fa
- Location:
- src/utils
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/utils/scale.c
r93177fa r28c162c 48 48 } 49 49 50 voidaubio_scale_set_limits (aubio_scale_t *s, smpl_t ilow, smpl_t ihig,50 uint_t aubio_scale_set_limits (aubio_scale_t *s, smpl_t ilow, smpl_t ihig, 51 51 smpl_t olow, smpl_t ohig) { 52 52 smpl_t inputrange = ihig - ilow; … … 64 64 } 65 65 } 66 return AUBIO_OK; 66 67 } 67 68 -
src/utils/scale.h
r93177fa r28c162c 69 69 70 70 */ 71 voidaubio_scale_set_limits (aubio_scale_t *s, smpl_t ilow, smpl_t ihig,71 uint_t aubio_scale_set_limits (aubio_scale_t *s, smpl_t ilow, smpl_t ihig, 72 72 smpl_t olow, smpl_t ohig); 73 73
Note: See TracChangeset
for help on using the changeset viewer.