Changeset 14a299e
- Timestamp:
- Sep 17, 2009, 7:30:15 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:
- c185ebb
- Parents:
- afc584d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/filterbank.c
rafc584d r14a299e 84 84 85 85 /* compute logarithm */ 86 out->data[i][fn] = LOG (out->data[i][fn]);86 out->data[i][fn] = LOG10 (out->data[i][fn]); 87 87 } 88 88 }
Note: See TracChangeset
for help on using the changeset viewer.