improved documentation note on audiorenderbackend

This commit is contained in:
itsmattkc
2019-11-27 09:51:06 +10:00
parent 2889811b7b
commit 955fac1fbb
+1 -1
View File
@@ -50,7 +50,7 @@ void AudioRenderBackend::ConnectViewer(ViewerOutput *node)
connect(node, SIGNAL(AudioChangedBetween(const rational&, const rational&)), this, SLOT(InvalidateCache(const rational&, const rational&)));
connect(node, SIGNAL(AudioGraphChanged()), this, SLOT(QueueRecompile()));
// FIXME: Hardcoded format
// FIXME: Hardcoded format, though I doubt this will change any time soon (maybe we'll shift to DBL at some point)
SetParameters(AudioRenderingParams(node->audio_params(), SAMPLE_FMT_FLT));
}