Add cout for number of detected audio channels.
authorCarl Hetherington <cth@carlh.net>
Fri, 16 Nov 2018 00:27:22 +0000 (00:27 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 22 Nov 2018 23:26:27 +0000 (23:26 +0000)
src/wx/film_viewer.cc

index 66b919a7588d72aaa2f55444860bc8fedc6aaad7..b7227b59dfcca50a8e4a98ac11ee3cf8b75f8130 100644 (file)
@@ -638,6 +638,7 @@ FilmViewer::config_changed (Config::Property p)
                }
 
                _audio_channels = _audio.getDeviceInfo(st).outputChannels;
+               cout << "RtAudio reports " << _audio_channels << " channels.\n";
 
                RtAudio::StreamParameters sp;
                sp.deviceId = st;