Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AudioOutput ¶
type AudioOutput struct {
Left, Right float64
}
type Context ¶
type Context struct { *portaudio.Stream Input chan AudioOutput }
func NewContext ¶
func NewContext(input chan AudioOutput, sampleRate float64) (*Context, error)
Click to show internal directories.
Click to hide internal directories.