Skip to content

Commit e414938

Browse files
committed
docs: fix FlushMulti reference in package doc
1 parent 74cf602 commit e414938

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

doc.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@
3838
// }
3939
//
4040
// 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):
41+
// multi-channel audio call [Resampler.ProcessMulti] per chunk and, at
42+
// end-of-stream, [MultiFlusher.FlushMulti] via a type assertion on the
43+
// resampler, as shown in the [MultiFlusher] example):
4344
//
4445
// config := &resampler.Config{
4546
// InputRate: 44100,

0 commit comments

Comments
 (0)