From 24a98a1971301e582dc56ef2c6ac94c342b674dd Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Thu, 17 Feb 2011 21:26:23 +0000 Subject: Various changes in preparation for release 4.0.8 including fix of MinGW ASIO compile problem (iasiothiscallresolver), OS-X problem handling device names in some languages (CFString conversion), small change to OS-X MUTEX lock location to avoid lockups, and correction to documentation regarding 24-bit data (should be lower 3 bytes, not upper 3 bytes). --- tests/playraw.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/playraw.cpp') 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 -- cgit v1.2.3