diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-04-15 17:56:31 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:38:32 +0200 |
| commit | 91b2f327e23d13ffaae84f83c1f672aa55e8a694 (patch) | |
| tree | a55e50c0f10146585f6685f210ea01c7a9bc8d83 /tests/audioprobe.cpp | |
| parent | 906e5ba67f7c253655b7f1a29b832bb7852e1126 (diff) | |
A few more updates, including new ASIO files (GS).
Diffstat (limited to 'tests/audioprobe.cpp')
| -rw-r--r-- | tests/audioprobe.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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<apis.size(); i++ ) std::cout << " " << apiMap[ apis[i] ] << std::endl; |
