brisonus_app_eq/Sound Debugging Tools v0.0.1/config/channel_config.yaml

30 lines
533 B
YAML
Raw Normal View History

2025-02-25 00:16:44 +08:00
# 通道配置
channels:
# 总通道数量
count: 6
# 每个通道的基础配置
settings:
# 每个通道的滤波器数量
filters_per_channel: 20
# 每个通道的基础参数
base_params:
- delay_data
- vol_data
- mix_right_data
- mix_left_data
# 服务器配置
server:
host: "192.168.246.129"
port: 12345
# 通道启用状态 (可选配置)
channel_status:
channel_1: true
channel_2: true
channel_3: true
channel_4: true
channel_5: true
channel_6: true