Versions in this module Expand all Collapse all v0 v0.3.1 Aug 6, 2020 Changes in this version + type Decoder struct + func NewDecoder(r io.Reader) (*Decoder, error) + func (d *Decoder) Length() int64 + func (d *Decoder) Read(buf []byte) (int, error) + func (d *Decoder) SampleRate() int + func (d *Decoder) Seek(offset int64, whence int) (int64, error)