preprocess

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chain

type Chain struct {
	// contains filtered or unexported fields
}

func NewChain

func NewChain(processors ...Processor) *Chain

func (*Chain) Process

func (c *Chain) Process(frame audio.Frame) audio.Frame

type Func

type Func func(audio.Frame) audio.Frame

func (Func) Process

func (f Func) Process(frame audio.Frame) audio.Frame

type Noop

type Noop struct{}

func (Noop) Process

func (Noop) Process(frame audio.Frame) audio.Frame

type Processor

type Processor interface {
	Process(audio.Frame) audio.Frame
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL