colormanager: implement default config
This commit is contained in:
@@ -520,7 +520,7 @@ void ViewerWidget::UpdateRendererParameters()
|
||||
}
|
||||
|
||||
AudioRenderingParams aparam(GetConnectedNode()->audio_params(),
|
||||
SampleFormat::GetConfiguredFormatForMode(render_mode));
|
||||
SampleFormat::kInternalFormat);
|
||||
|
||||
if (audio_renderer_->params() != aparam) {
|
||||
audio_renderer_->SetParameters(aparam);
|
||||
|
||||
Reference in New Issue
Block a user