From 28fc1cfcb352d47a17078f3348f8702f221db650 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 21 Sep 2012 19:38:03 +0000 Subject: Various changes for true 24-bit support, changes regarding Jack get_latency, and Linux ALSA realtime threading (gps). --- tests/playraw.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/playraw.cpp') 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 -- cgit v1.2.3