Added an author header to the WASAPI section
authorMarcus Tomlinson <themarcustomlinson@gmail.com>
Fri, 18 Apr 2014 14:01:48 +0000 (16:01 +0200)
committerMarcus Tomlinson <themarcustomlinson@gmail.com>
Fri, 18 Apr 2014 14:01:48 +0000 (16:01 +0200)
RtAudio.cpp

index dd06b52ba1263023b1fb2db74f3c4ee2a6b449ba..3bd001a2eb070725cc8b5e5ba1cbfb37ab418734 100644 (file)
@@ -3578,6 +3578,12 @@ static const char* getAsioErrorString( ASIOError result )
 \r
 #if defined(__WINDOWS_WASAPI__) // Windows WASAPI API\r
 \r
+// Authored by Marcus Tomlinson <themarcustomlinson@gmail.com>, April 2014\r
+// - Introduces support for the Windows WASAPI API\r
+// - Aims to deliver bit streams to and from hardware at the lowest possible latency, via the absolute minimum buffer sizes required\r
+// - Provides flexible stream configuration to an otherwise strict and inflexible WASAPI interface\r
+// - Includes automatic internal conversion of sample rate, buffer size and channel count\r
+\r
 #ifndef INITGUID\r
   #define INITGUID\r
 #endif\r