diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2009-01-29 19:00:08 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:38:24 +0200 |
| commit | ad768de27c78093a6000a4f00d1baeca8ca5ce37 (patch) | |
| tree | ebddb56a9c682726a8bc2219f498ad8ca54926fb /doc/doxygen/recording.txt | |
| parent | d80e83b7145a6c2ecaa6d7fc6ade83ef124515a1 (diff) | |
Various updates and fixes before 4.0.5 release (GS).
Diffstat (limited to 'doc/doxygen/recording.txt')
| -rw-r--r-- | doc/doxygen/recording.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doxygen/recording.txt b/doc/doxygen/recording.txt index 6316a5c..9b62438 100644 --- a/doc/doxygen/recording.txt +++ b/doc/doxygen/recording.txt @@ -6,6 +6,8 @@ Using RtAudio for audio input is almost identical to the way it is used for play \code #include "RtAudio.h" #include <iostream> +#include <cstdlib> +#include <cstring> int record( void *outputBuffer, void *inputBuffer, unsigned int nBufferFrames, double streamTime, RtAudioStreamStatus status, void *userData ) |
