noise

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: May 28, 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 NoiseSuppressor

type NoiseSuppressor interface {
	// Process reduces noise in the given audio frame and returns a cleaned frame.
	// Implementation should handle internal buffering if necessary.
	Process(frame *model.AudioFrame) (*model.AudioFrame, error)
	// Close releases any resources associated with the suppressor.
	Close() error
}

NoiseSuppressor defines the interface for audio noise cancellation.

Jump to

Keyboard shortcuts

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