From 91b2f327e23d13ffaae84f83c1f672aa55e8a694 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Mon, 15 Apr 2013 17:56:31 +0000 Subject: A few more updates, including new ASIO files (GS). --- tests/audioprobe.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/audioprobe.cpp b/tests/audioprobe.cpp index 7ec0ec6..a69437f 100644 --- a/tests/audioprobe.cpp +++ b/tests/audioprobe.cpp @@ -27,6 +27,8 @@ int main() std::vector< RtAudio::Api > apis; RtAudio :: getCompiledApi( apis ); + std::cout << "\nRtAudio Version " << RtAudio::getVersion() << std::endl; + std::cout << "\nCompiled APIs:\n"; for ( unsigned int i=0; i