From: garyscavone Date: Mon, 27 Aug 2018 21:30:42 +0000 (-0400) Subject: Merge pull request #156 from spmp/feature/spmp-changes X-Git-Tag: 5.1.0~47^2 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=7ff0637a1f0fbbc0af84f2c6441295929e15d0ff;hp=f9ba7c277eab1fd866097a88e583cde7239e575a;p=rtaudio.git Merge pull request #156 from spmp/feature/spmp-changes 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 {