We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c934e41 commit 7ef88f2Copy full SHA for 7ef88f2
sink_modules/audio_sink/src/main.cpp
@@ -55,8 +55,6 @@ class AudioSink : public Sink {
55
// }
56
// config.release(modified);
57
58
- // List devices
59
- int count = audio.getDeviceCount();
60
RtAudio::DeviceInfo info;
61
for (int i = 0; i < count; i++) {
62
try {
0 commit comments