Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReaderFromFloat32Reader ¶ added in v1.9.0
func NewReaderFromFloat32Reader(r Float32Reader) io.Reader
Types ¶
type Float32Reader ¶ added in v1.9.0
type Resampling ¶
type Resampling struct {
// contains filtered or unexported fields
}
func NewResampling ¶
func NewResampling(source io.ReadSeeker, size int64, from, to int) *Resampling
func (*Resampling) Close ¶
func (r *Resampling) Close() error
func (*Resampling) Length ¶ added in v1.6.0
func (r *Resampling) Length() int64
type Stereo16 ¶
type Stereo16 struct {
// contains filtered or unexported fields
}
func NewStereo16 ¶
func NewStereo16(source audio.ReadSeekCloser, mono, eight bool) *Stereo16
Click to show internal directories.
Click to hide internal directories.