decoder.go | 2 +- diff --git a/decoder.go b/decoder.go index 6ca40b264dee1e6ef293089a4d331a7955993859..a131a23ec9ba082cd6e8bc743a35f9979404a68d 100644 --- a/decoder.go +++ b/decoder.go @@ -24,7 +24,7 @@ mem []byte sample_rate int } -// NewEncoder allocates a new Opus decoder and initializes it with the +// NewDecoder allocates a new Opus decoder and initializes it with the // appropriate parameters. All related memory is managed by the Go GC. func NewDecoder(sample_rate int, channels int) (*Decoder, error) { var dec Decoder