Versions in this module Expand all Collapse all v1 v1.5.0 Jun 9, 2017 Changes in this version + type Resampling struct + func NewResampling(source audio.ReadSeekCloser, size int64, from, to int) *Resampling + func (r *Resampling) Close() error + func (r *Resampling) Read(b []uint8) (int, error) + func (r *Resampling) Seek(offset int64, whence int) (int64, error) + func (r *Resampling) Size() int64 + type Stereo16 struct + func NewStereo16(source audio.ReadSeekCloser, mono, eight bool) *Stereo16 + func (s *Stereo16) Close() error + func (s *Stereo16) Read(b []uint8) (int, error) + func (s *Stereo16) Seek(offset int64, whence int) (int64, error)