diff options
| author | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:59:16 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:59:16 +0200 |
| commit | da9b77ef9a50a97f7c1f2e154edb938acff02214 (patch) | |
| tree | 38dcf95e8df65d3e2c8696eee754dd54856d4e01 /tests/playraw.cpp | |
| parent | be2eb99b37cd017fcab00c1704f794cb1bc85ee1 (diff) | |
| parent | 6faf4336eb5952b141e1c239d194f5cd70f0a885 (diff) | |
Merge 4.0.8 into releases
Diffstat (limited to 'tests/playraw.cpp')
| -rw-r--r-- | tests/playraw.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/playraw.cpp b/tests/playraw.cpp index 5a5e7cd..3b7be76 100644 --- a/tests/playraw.cpp +++ b/tests/playraw.cpp @@ -26,11 +26,7 @@ typedef signed short MY_TYPE; #define SCALE 32767.0 /* -typedef signed long MY_TYPE; -#define FORMAT RTAUDIO_SINT24 -#define SCALE 8388607.0 - -typedef signed long MY_TYPE; +typedef signed int MY_TYPE; #define FORMAT RTAUDIO_SINT32 #define SCALE 2147483647.0 |
