summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-16 00:27:22 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-22 23:26:27 +0000
commit1e76e9d06cb86cc7a29e5603097d74ab0057057f (patch)
tree351037cf55170eca2ee20a4f35179c2145b8a65f /src
parentc5662acf0b21d8c41e0b0f3d0690ebab7c6908a3 (diff)
Add cout for number of detected audio channels.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.cc1
1 files changed, 1 insertions, 0 deletions
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;