diff options
| author | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:56:29 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:56:29 +0200 |
| commit | acd5fefddbc6629095bcfae56edb87af8d40e4db (patch) | |
| tree | d09a573bce0a46e95c2da8c4336ecbfb6e6f67fa /tests/record.cpp | |
| parent | 504ebe4ba69765df5ca0da115690c29e52a44c6d (diff) | |
| parent | 1022a7876a6ef1980ad5518340df177814783c7f (diff) | |
Merge 4.0.5 into releases
Diffstat (limited to 'tests/record.cpp')
| -rw-r--r-- | tests/record.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/record.cpp b/tests/record.cpp index 7fb1317..a56f351 100644 --- a/tests/record.cpp +++ b/tests/record.cpp @@ -11,25 +11,27 @@ #include "RtAudio.h" #include <iostream> +#include <cstdlib> +#include <cstring> /* typedef char MY_TYPE; #define FORMAT RTAUDIO_SINT8 +*/ typedef signed short MY_TYPE; #define FORMAT RTAUDIO_SINT16 +/* typedef signed long MY_TYPE; #define FORMAT RTAUDIO_SINT24 typedef signed long MY_TYPE; #define FORMAT RTAUDIO_SINT32 -*/ typedef float MY_TYPE; #define FORMAT RTAUDIO_FLOAT32 -/* typedef double MY_TYPE; #define FORMAT RTAUDIO_FLOAT64 */ |
