summaryrefslogtreecommitdiff
path: root/RtAudio.cpp
diff options
context:
space:
mode:
authorMarcus Tomlinson <themarcustomlinson@gmail.com>2014-04-18 16:01:48 +0200
committerMarcus Tomlinson <themarcustomlinson@gmail.com>2014-04-18 16:01:48 +0200
commit148caac0c11e150e13610075e8579aded608b12f (patch)
tree66213e3f934d459c1c9380733c9403c2c226bf83 /RtAudio.cpp
parentadf4deb4526c0bd7bcda8c0947152e9ac975d2c8 (diff)
Added an author header to the WASAPI section
Diffstat (limited to 'RtAudio.cpp')
-rw-r--r--RtAudio.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp
index dd06b52..3bd001a 100644
--- a/RtAudio.cpp
+++ b/RtAudio.cpp
@@ -3578,6 +3578,12 @@ static const char* getAsioErrorString( ASIOError result )
#if defined(__WINDOWS_WASAPI__) // Windows WASAPI API
+// Authored by Marcus Tomlinson <themarcustomlinson@gmail.com>, April 2014
+// - Introduces support for the Windows WASAPI API
+// - Aims to deliver bit streams to and from hardware at the lowest possible latency, via the absolute minimum buffer sizes required
+// - Provides flexible stream configuration to an otherwise strict and inflexible WASAPI interface
+// - Includes automatic internal conversion of sample rate, buffer size and channel count
+
#ifndef INITGUID
#define INITGUID
#endif