brisonus_app_eq/config/channel_config.yaml

25 lines
466 B
YAML
Raw Normal View History

# 通道配置
channels:
# 总通道数量
count: 6
# 每个通道的基础配置
settings:
# 每个通道的滤波器数量
filters_per_channel: 20
# 每个通道的基础参数
base_params:
- delay_data
- vol_data
- mix_right_data
- mix_left_data
# 通道启用状态 (可选配置)
channel_status:
channel_1: true
channel_2: true
channel_3: true
channel_4: true
channel_5: true
channel_6: true