From: Jasper Mackenzie Date: Wed, 8 Aug 2018 06:28:57 +0000 (+1200) Subject: add device id to audioprobe output X-Git-Tag: 5.1.0~47^2^2 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=83a17cd9f4d8fdf0f4f8ed8857956d8dd8ce69bf;p=rtaudio.git add device id to audioprobe output --- diff --git a/tests/audioprobe.cpp b/tests/audioprobe.cpp index 1b93908..c83d3a5 100644 --- a/tests/audioprobe.cpp +++ b/tests/audioprobe.cpp @@ -46,6 +46,7 @@ int main() info = audio.getDeviceInfo(i); std::cout << "\nDevice Name = " << info.name << '\n'; + std::cout << "Device ID = " << i << '\n'; if ( info.probed == false ) std::cout << "Probe Status = UNsuccessful\n"; else {