summaryrefslogtreecommitdiff
path: root/tests/playraw.cpp
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2012-09-21 19:38:03 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:31 +0200
commit28fc1cfcb352d47a17078f3348f8702f221db650 (patch)
tree4a121155b4db1afa7a8f273ad8f00f6509431c49 /tests/playraw.cpp
parent5d8514d7eb3918a947ec97b45f4105630c64468d (diff)
Various changes for true 24-bit support, changes regarding Jack get_latency, and Linux ALSA realtime threading (gps).
Diffstat (limited to 'tests/playraw.cpp')
-rw-r--r--tests/playraw.cpp4
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