X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ffilm_viewer.cc;h=e7b338409d3e46aa1f1b8af39f99164b72c17bd2;hp=b728f6b2a0a47c8a69d54a69f0b5761260b5fe42;hb=6c4ba247bc27d55ed16b012225acd10d485c1f48;hpb=cb7226f045e32c0a081f5ba9f36220b0ade0af30 diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index b728f6b2a..e7b338409 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -652,6 +652,7 @@ FilmViewer::config_changed (Config::Property p) } _audio_channels = _audio.getDeviceInfo(st).outputChannels; + cout << "Opening stream " << st << "(" << _audio.getDeviceInfo(st).name << ") probed=" << _audio.getDeviceInfo(st).probed << " with " << _audio_channels << "\n"; RtAudio::StreamParameters sp; sp.deviceId = st;