We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cf602 commit e414938Copy full SHA for e414938
1 file changed
doc.go
@@ -38,8 +38,9 @@
38
// }
39
//
40
// For streaming resampling with a reusable resampler (one mono channel; for
41
-// multi-channel audio call [Resampler.ProcessMulti] per chunk and
42
-// [Resampler.FlushMulti] once at end-of-stream):
+// multi-channel audio call [Resampler.ProcessMulti] per chunk and, at
+// end-of-stream, [MultiFlusher.FlushMulti] via a type assertion on the
43
+// resampler, as shown in the [MultiFlusher] example):
44
45
// config := &resampler.Config{
46
// InputRate: 44100,
0 commit comments