diff options
| author | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 02:06:06 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 02:06:06 +0200 |
| commit | 948a7eda7a295de0ac6d677822cd702029705f7a (patch) | |
| tree | ff7209dc976454025bdfe054f34e4a059979c9dd /tests/playraw.cpp | |
| parent | fa0759941de32b91fd328c7ec412d2dd3255aa1e (diff) | |
| parent | d6fd1442b2fe1bb366c5539354eeb841fc6943a1 (diff) | |
Merge 4.0.12 into releases
Diffstat (limited to 'tests/playraw.cpp')
| -rw-r--r-- | tests/playraw.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/playraw.cpp b/tests/playraw.cpp index 3b7be76..f57c0b0 100644 --- a/tests/playraw.cpp +++ b/tests/playraw.cpp @@ -26,6 +26,10 @@ typedef signed short MY_TYPE; #define SCALE 32767.0 /* +typedef S24 MY_TYPE; +#define FORMAT RTAUDIO_SINT24 +#define SCALE 8388607.0 + typedef signed int MY_TYPE; #define FORMAT RTAUDIO_SINT32 #define SCALE 2147483647.0 |
