This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
rtaudio
mirror of
https://github.com/falkTX/rtaudio
Watch
1
Star
0
Fork
0
Code
Releases
27
Activity
Browse Source
Bug fix in probing documentation
tags/4.1.0
Gary Scavone
10 years ago
parent
068617080d
commit
a16508efc3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/doxygen/probe.txt
+ 1
- 1
doc/doxygen/probe.txt
View File
@@ -18,7 +18,7 @@ int main()
// Scan through devices for various capabilities
RtAudio::DeviceInfo info;
for ( unsigned int i=0; i<
=
devices; i++ ) {
for ( unsigned int i=0; i<devices; i++ ) {
info = audio.getDeviceInfo( i );
Write
Preview
Loading…
Cancel
Save