AudioOut
The device: what reaches `input` is heard, times `gain`; every AudioOut on the device sums.
input
- Type name
audio:AudioOut- Plane
audio- Tags
output- Language
rust- Tier
native- Source
- compiled into the engine
- Availability
- available
Slots
| Slot | Direction | Type | |
|---|---|---|---|
input | input | AUDIO | accepts several cables |
Parameters
audio
| Name | Type | Default | Range | Doc |
|---|---|---|---|---|
device | string | {"variant":"DEFAULT_DEVICE","ref":"crate::DEFAULT_DEVICE"} | [object Object] | the output device the engine's clock follows; every AudioOut names the same one refreshable |
gain | float | 1 | 0 … 10 |
Source
AudioOut is compiled into the engine instead of being loaded from a file: its control half owns an OS handle, which a node file cannot. There is no source to copy.
This reference describes goofi 3.1.0(537cd394), generated from a running instance on 2026-09-06.