- Timestamp:
- Dec 23, 2018, 12:13:50 AM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
- Children:
- e136c9f
- Parents:
- 0a1ad90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_wavread.c
r0a1ad90 rb40c149 30 30 #define AUBIO_WAVREAD_BUFSIZE 1024 31 31 32 #define SHORT_TO_FLOAT(x) (smpl_t)(x * 3.0517578125e-05)32 //#define SHORT_TO_FLOAT(x) (smpl_t)(x * 3.0517578125e-05) 33 33 34 34 struct _aubio_source_wavread_t {
Note: See TracChangeset
for help on using the changeset viewer.