Changeset e00f769
- Timestamp:
- Nov 4, 2007, 3:29:54 PM (17 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:
- d57d1de
- Parents:
- d4a6eb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/types.h
rd4a6eb9 re00f769 40 40 41 41 /** short sample format (32 or 64 bits) */ 42 //typedef float smpl_t;43 typedef double smpl_t;42 typedef float smpl_t; 43 //typedef double smpl_t; 44 44 /** long sample format (64 bits or more) */ 45 45 typedef double lsmp_t;
Note: See TracChangeset
for help on using the changeset viewer.