Documentation
¶
Index ¶
Constants ¶
View Source
const FrameSize = 480
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DenoiseState ¶ added in v0.0.2
type DenoiseState struct {
// contains filtered or unexported fields
}
DenoiseState
func (*DenoiseState) Denoise ¶ added in v0.0.2
func (d *DenoiseState) Denoise(samples []byte) []byte
Denoise
func (*DenoiseState) DenoiseInt16 ¶ added in v0.0.2
func (d *DenoiseState) DenoiseInt16(inputTmp []int16) []int16
Process
func (*DenoiseState) DestoryDenoiseState ¶ added in v0.0.2
func (d *DenoiseState) DestoryDenoiseState()
DestoryDenoiseState
Click to show internal directories.
Click to hide internal directories.