Changeset b40c149


Ignore:
Timestamp:
Dec 23, 2018, 12:13:50 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

[source_wavread] comment unused macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_wavread.c

    r0a1ad90 rb40c149  
    3030#define AUBIO_WAVREAD_BUFSIZE 1024
    3131
    32 #define SHORT_TO_FLOAT(x) (smpl_t)(x * 3.0517578125e-05)
     32//#define SHORT_TO_FLOAT(x) (smpl_t)(x * 3.0517578125e-05)
    3333
    3434struct _aubio_source_wavread_t {
Note: See TracChangeset for help on using the changeset viewer.