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.
| Name | Type | Description |
|---|
| Odin Room | object | The Odin Room that the encoder should be linked to. |
| Audio Generator | object | The audio generator that should be used as audio source for the encoder. |
Outputs
| Name | Type | Description |
|---|
| Return Value | boolean | True if the encoder was freed. |