Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoCanceller ¶
type EchoCanceller struct {
// contains filtered or unexported fields
}
func NewEchoCanceller ¶
func NewEchoCanceller(frameSize, filterLen int, sample_rate int) *EchoCanceller
Creates new AEC module
func (*EchoCanceller) Process ¶
func (ec *EchoCanceller) Process(mic, ref []int16) []int16
Processes audio frame with AEC
Click to show internal directories.
Click to hide internal directories.