Changeset e00f769


Ignore:
Timestamp:
Nov 4, 2007, 3:29:54 PM (16 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/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
d57d1de
Parents:
d4a6eb9
Message:

back to smpl_t as float

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/types.h

    rd4a6eb9 re00f769  
    4040
    4141/** short sample format (32 or 64 bits) */
    42 //typedef float        smpl_t;
    43 typedef double       smpl_t;
     42typedef float        smpl_t;
     43//typedef double       smpl_t;
    4444/** long sample format (64 bits or more) */
    4545typedef double       lsmp_t;
Note: See TracChangeset for help on using the changeset viewer.