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

16 lines
463 B
TOML

unique_name = "Input Device"
description = "Provides a gain-controlled audio stream from a hardware input."
[behavior]
# This module is an independent unit. Instances do not communicate with each other.
chaining_mode = "Parallel"
# This module requires a main audio port to process audio.
[[ports]]
name = "main"
role = "Main"
data_type = "Audio"
# Define the parameters the host can control.
[parameters]
trim = { label = "Trim", type = "f32", default = 1.0 }