Versions in this module Expand all Collapse all v0 v0.9.0 Aug 16, 2026 Changes in this version + type Decoder struct + Channels int32 + SampleRate int32 + func New(log librespot.Logger, r librespot.SizedReadAtSeeker, gain float32) (_ *Decoder, err error) + func (d *Decoder) Close() error + func (d *Decoder) PositionMs() int64 + func (d *Decoder) Read(p []float32) (n int, err error) + func (d *Decoder) SetPositionMs(pos int64) error