Documentation
¶
Index ¶
- type Gaborator
- func (g *Gaborator) GaborBlockTransform(source chan []float32, outputCallback func(output []float32)) error
- func (g *Gaborator) GaborTransform(source chan float32, outputCallback func(output []float32)) error
- func (g *Gaborator) GetBandwidth() float64
- func (g *Gaborator) GetBlockSize() int
- func (g *Gaborator) GetLatency() int64
- func (g *Gaborator) GetNumberOfBands() int
- func (g *Gaborator) Process(block []float32, outputCallback func(output []float32)) error
- func (g *Gaborator) ProcessingFinished()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gaborator ¶
type Gaborator struct {
// contains filtered or unexported fields
}
func NewGaborator ¶
func (*Gaborator) GaborBlockTransform ¶
func (*Gaborator) GaborTransform ¶
func (*Gaborator) GetBandwidth ¶
func (*Gaborator) GetBlockSize ¶
func (*Gaborator) GetLatency ¶
func (*Gaborator) GetNumberOfBands ¶
func (*Gaborator) ProcessingFinished ¶
func (g *Gaborator) ProcessingFinished()
Click to show internal directories.
Click to hide internal directories.