Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReaderFunc ¶
type TransformFunc ¶
TransformFunc produces a new Reader that will produces a transformed audio
func Merge ¶
func Merge(transforms ...TransformFunc) TransformFunc
Merge merges transforms and produces a new TransformFunc that will execute transforms in order
func NewBuffer ¶
func NewBuffer(nSamples int) TransformFunc
NewBuffer creates audio transform to buffer signal to have exact nSample samples.
func NewChannelMixer ¶
func NewChannelMixer(channels int, mixer mixer.ChannelMixer) TransformFunc
NewChannelMixer creates audio transform to mix audio channels.
Click to show internal directories.
Click to hide internal directories.