Documentation ¶
Overview ¶
package convert resamples and converts audio data
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadSeekCloser ¶
type ReadSeekCloser interface { io.ReadSeeker io.Closer }
ReadSeekCloser is an io.ReadSeeker and an io.Closer
type Resampling ¶
type Resampling struct {
// contains filtered or unexported fields
}
func NewResampling ¶
func NewResampling(source ReadSeekCloser, size int64, from, to int) *Resampling
func (*Resampling) Close ¶
func (r *Resampling) Close() error
func (*Resampling) Length ¶
func (r *Resampling) Length() int64
type Stereo16 ¶
type Stereo16 struct {
// contains filtered or unexported fields
}
func NewStereo16 ¶
func NewStereo16(source ReadSeekCloser, mono, eight bool) *Stereo16
Click to show internal directories.
Click to hide internal directories.