From 148caac0c11e150e13610075e8579aded608b12f Mon Sep 17 00:00:00 2001 From: Marcus Tomlinson Date: Fri, 18 Apr 2014 16:01:48 +0200 Subject: Added an author header to the WASAPI section --- RtAudio.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'RtAudio.cpp') 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 , 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 -- cgit v1.2.3