Documentation ¶
Overview ¶
Package engine provides output through PortAudio
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
Engine is the connection of the synthesizer to PortAudio
func (*Engine) Errors ¶
Errors returns a channel that expresses any errors during operation of the Engine
func (*Engine) Latency ¶ added in v0.0.12
Latency returns the current latency within the PortAudio callback. It's an indicator of how computationally expensive your Rack is, and does not include any latency between PortAudio and your speakers.
func (*Engine) Load ¶ added in v0.0.12
Load returns the current CPU load of the underlying audio engine
func (*Engine) LuaMethods ¶ added in v0.0.15
LuaMethods exposes methods on the module at the Lua layer
func (*Engine) TotalElapsed ¶ added in v0.0.12
TotalElapsed returns the current wallclock duration of the session
Click to show internal directories.
Click to hide internal directories.