TSI_Config/doc/filter.jsonc

25 lines
285 B
JSON
Raw Permalink Normal View History

2024-12-26 17:38:14 +08:00
{
2025-03-20 15:06:41 +08:00
"version": 1,
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
}
]
}