Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFloat32BytesReadSeekerFromInt16BytesReadSeeker ¶ added in v2.8.0
func NewFloat32BytesReadSeekerFromInt16BytesReadSeeker(r io.ReadSeeker) io.ReadSeeker
Types ¶
type Resampling ¶
type Resampling struct {
// contains filtered or unexported fields
}
func NewResampling ¶
func NewResampling(source io.ReadSeeker, size int64, from, to int, bitDepthInBytes int) *Resampling
func (*Resampling) Length ¶
func (r *Resampling) Length() int64
type StereoF32 ¶ added in v2.8.0
type StereoF32 struct {
// contains filtered or unexported fields
}
func NewStereoF32 ¶ added in v2.8.0
func NewStereoF32(source io.ReadSeeker, mono bool) *StereoF32
type StereoI16 ¶ added in v2.8.0
type StereoI16 struct {
// contains filtered or unexported fields
}
func NewStereoI16 ¶ added in v2.8.0
func NewStereoI16(source io.ReadSeeker, mono, eight bool) *StereoI16
Click to show internal directories.
Click to hide internal directories.