Allow WASAPI or DS as the Windows sound API as DirectSound (at
[dcpomatic.git] / src / wx / film_viewer.cc
index b728f6b2a0a47c8a69d54a69f0b5761260b5fe42..e7b338409d3e46aa1f1b8af39f99164b72c17bd2 100644 (file)
@@ -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;