audio-oxide/oxide-modules/passthrough/module.toml

15 lines
542 B
TOML

unique_name = "Passthrough"
description = "Passes audio and other data through without modification."
[behavior]
# CORRECTED: Parallel mode indicates that instances of this module are
# independent and do not form special cross-instance communication chains.
# This is the standard mode for most typical audio effects.
chaining_mode = "Parallel"
# Declare that this module has a main audio port for input and output.
# The host will see this and provide the necessary audio buffers.
[[ports]]
name = "main"
role = "Main"
data_type = "Audio"