diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-09 23:50:06 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-10 01:16:30 +0200 |
| commit | 0fbcd74a04713a4725d2f346a493121b623d60ab (patch) | |
| tree | 9a65cf44aa5b6cf2d38352fe8336044f5452670d /RtAudio.h | |
| parent | fdc3f15bec57b30fae67f65270392ba7a86680b8 (diff) | |
Version 3.0.3
Diffstat (limited to 'RtAudio.h')
| -rw-r--r-- | RtAudio.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,7 @@ */ /************************************************************************/ -// RtAudio: Version 3.0.2 (14 October 2005) +// RtAudio: Version 3.0.3 (18 November 2005) #ifndef __RTAUDIO_H #define __RTAUDIO_H @@ -552,6 +552,7 @@ public: private: void initialize(void); + bool primeOutputBuffer(); void probeDeviceInfo( RtApiDevice *info ); bool probeDeviceOpen( int device, StreamMode mode, int channels, int sampleRate, RtAudioFormat format, |
