Skip to content

Commit

Permalink
Small doc fix in probe.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyscavone committed Jun 3, 2024
1 parent f92c4bc commit 737c16a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/doxygen/probe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ int main()
info = audio.getDeviceInfo( ids[n] );

// Print, for example, the name and maximum number of output channels for each device
std::cout << "device name = " << info.name << std::endl;
std::cout << ": maximum output channels = " << info.outputChannels << std::endl;
}
std::cout << "device name = " << info.name << std::endl;
std::cout << ": maximum output channels = " << info.outputChannels << std::endl;
}

return 0;
Expand Down

0 comments on commit 737c16a

Please sign in to comment.