From 1e76e9d06cb86cc7a29e5603097d74ab0057057f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 16 Nov 2018 00:27:22 +0000 Subject: [PATCH] Add cout for number of detected audio channels. --- src/wx/film_viewer.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 66b919a75..b7227b59d 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -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; -- 2.30.2