- Timestamp:
- Jan 31, 2015, 12:15:20 PM (10 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:
- 4d6024f
- Parents:
- deb1fd4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/sink_wavwrite.c
rdeb1fd4 rfdeba11 45 45 #define HTOLES(x) x 46 46 #else 47 #ifdef HAVE_WIN_HACKS 48 #define HTOLES(x) x 49 #else 47 50 #define HTOLES(x) SWAPS(htons(x)) 51 #endif 48 52 #endif 49 53
Note: See TracChangeset
for help on using the changeset viewer.