Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WaveformMixer ¶
type WaveformMixer struct {
// contains filtered or unexported fields
}
func NewWaveformMixer ¶
func NewWaveformMixer(sampleRate int, frequency int) *WaveformMixer
func (*WaveformMixer) PredictOutputSize ¶
func (w *WaveformMixer) PredictOutputSize(inputSize int) int
func (*WaveformMixer) Work ¶
func (w *WaveformMixer) Work(vals []complex64) []complex64
func (*WaveformMixer) WorkBuffer ¶
func (w *WaveformMixer) WorkBuffer(input []complex64, output []complex64) int
Click to show internal directories.
Click to hide internal directories.