TSI_Config/doc/filter.jsonc

24 lines
270 B
JSON
Raw Normal View History

2024-12-26 17:38:14 +08:00
{
"slot":1,
"id":1,
"filter":[
{
"type":"high_pass",
"low":5,
2024-12-27 10:04:46 +08:00
"high":1000,
"checked":true
2024-12-26 17:38:14 +08:00
},
{
"type":"low_pass",
"low":5,
2024-12-27 10:04:46 +08:00
"high":1000,
"checked":true
2024-12-26 17:38:14 +08:00
},
{
"type":"band_pass",
"low":5,
2024-12-27 10:04:46 +08:00
"high":1000,
"checked":true
2024-12-26 17:38:14 +08:00
}
]
}