30 lines
534 B
YAML
30 lines
534 B
YAML
# 通道配置
|
|
channels:
|
|
# 总通道数量
|
|
count: 24
|
|
|
|
# 每个通道的基础配置
|
|
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 |