AudioOut

The device: what reaches `input` is heard, times `gain`; every AudioOut on the device sums.

AudioOut rs
input
Type name
audio:AudioOut
Plane
audio
Tags
output
Language
rust
Tier
native
Source
compiled into the engine
Availability
available

Slots

SlotDirectionType
inputinputAUDIOaccepts several cables

Parameters

audio

NameTypeDefaultRangeDoc
devicestring{"variant":"DEFAULT_DEVICE","ref":"crate::DEFAULT_DEVICE"}[object Object]the output device the engine's clock follows; every AudioOut names the same one refreshable
gainfloat10 … 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.

← All nodes

This reference describes goofi 3.1.0(537cd394), generated from a running instance on 2026-09-06.