aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_overload_callback.cpp
diff options
context:
space:
mode:
authorMichael Maltese <[email protected]>2017-04-01 18:31:06 -0700
committerMatthew Gregan <[email protected]>2017-04-13 09:22:09 +1200
commit72a9685857b157b697508e21b529f01c5ac7ebaf (patch)
tree01da27a1db39ca65ee13e5b75eecaca9163a029c /test/test_overload_callback.cpp
parent2bb3e25537042ad113f02f36bd1080dc8abeb3b4 (diff)
downloadcubeb-72a9685857b157b697508e21b529f01c5ac7ebaf.tar.gz
cubeb-72a9685857b157b697508e21b529f01c5ac7ebaf.zip
tests: Remove code preferring floats on Win32
The WASAPI backend supports S16, same as the other backends.
Diffstat (limited to 'test/test_overload_callback.cpp')
-rw-r--r--test/test_overload_callback.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_overload_callback.cpp b/test/test_overload_callback.cpp
index 0d90d07..ff1410e 100644
--- a/test/test_overload_callback.cpp
+++ b/test/test_overload_callback.cpp
@@ -18,11 +18,7 @@
#include "common.h"
#define SAMPLE_FREQUENCY 48000
-#if (defined(_WIN32) || defined(__WIN32__))
-#define STREAM_FORMAT CUBEB_SAMPLE_FLOAT32LE
-#else
#define STREAM_FORMAT CUBEB_SAMPLE_S16LE
-#endif
std::atomic<bool> load_callback{ false };