Skip to main content
Version: 2.x

Create Odin Encoder From Generator

Creates encoder with the samplerate and channel count from the generator. The encoder will automatically use the generator as audio source. Will also automatically link the encoder to the provided Odin Room.

Inputs

NameTypeDescription
Odin RoomobjectThe Odin Room that the encoder should be linked to.
Audio GeneratorobjectThe audio generator that should be used as audio source for the encoder.

Outputs

NameTypeDescription
Return ValuebooleanTrue if the encoder was freed.