Documentation ¶
Overview ¶
Package resampler implements audio resampler.
This is a port of the Opus-tools( http://git.xiph.org/?p=opus-tools.git ) audio resampler to the pure Go.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Resample32 ¶
Types ¶
type Resampler ¶
type Resampler struct {
// contains filtered or unexported fields
}
func NewWithSkipZeros ¶
func (*Resampler) InputLatency ¶
func (*Resampler) OutputLatency ¶
func (*Resampler) ProcessFloat32 ¶
Click to show internal directories.
Click to hide internal directories.