Versions in this module Expand all Collapse all v1 v1.0.1 Jun 29, 2023 Changes in this version + type Stream struct + func Decode(context *audio.Context, src io.Reader) (*Stream, error) + func DecodeWithSampleRate(sampleRate int, src io.Reader) (*Stream, error) + func DecodeWithoutResampling(src io.Reader) (*Stream, error) + func (s *Stream) Length() int64 + func (s *Stream) Read(p []byte) (int, error) + func (s *Stream) Seek(offset int64, whence int) (int64, error)