Documentation ¶
Index ¶
- func NewBytesToComplexConverter[T bytesToComplexTypes](input *buffers.Stream[byte]) (output *buffers.Stream[T])
- func NewDownsampler[T buffers.BlockType](input *buffers.Stream[T], targetRate int) (output *buffers.Stream[T], err error)
- func NewFFT(input *buffers.Stream[complex128], fftSize int) (output *buffers.Stream[complex128], err error)
- func NewHistogram[T histogramTypes](input *buffers.Stream[T], size int)
- func NewNullSink[T buffers.BlockType](input *buffers.Stream[T])
- func NewSplitter[T buffers.BlockType](input *buffers.Stream[T], outputs ...*buffers.Stream[T])
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDownsampler ¶
func NewFFT ¶
func NewFFT( input *buffers.Stream[complex128], fftSize int, ) (output *buffers.Stream[complex128], err error)
func NewHistogram ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.