brisonus_app_eq/doc/file_json.json

110 lines
3.7 KiB
JSON

{
"name": "test",
"created_at": "2024-03-21T10:30:00",
"last_modified": "2024-03-21T11:45:00",
"description": "test",
"params": {
"test_1": {
"name": "test-name",
"created_at": "2024-03-21T10:30:00",
"description": "test-description",
"channels": {
"1": {
"delay_data": 0.02,
"vol_data": -2.5,
"mix_left_data": 0.7,
"mix_right_data": 0.3,
"filters": [
{
"type": "HIGHPASS",
"frequency": 20.0,
"q": 0.707,
"gain": 0.0,
"slope": 24,
"enabled": true
},
{
"type": "PEAK",
"frequency": 250.0,
"q": 2.5,
"gain": -3.0,
"slope": 0,
"enabled": true
},
{
"type": "LOWSHELF",
"frequency": 100.0,
"q": 1.0,
"gain": 3.0,
"slope": 12,
"enabled": true
}
]
},
"2": {
"delay_data": 0.02,
"vol_data": -2.5,
"mix_left_data": 0.3,
"mix_right_data": 0.7,
"filters": [
{
"type": "HIGHPASS",
"frequency": 20.0,
"q": 0.707,
"gain": 0.0,
"slope": 24,
"enabled": true
},
{
"type": "PEAK",
"frequency": 2000.0,
"q": 1.4,
"gain": -2.0,
"slope": 0,
"enabled": true
},
{
"type": "HIGHSHELF",
"frequency": 8000.0,
"q": 1.0,
"gain": 1.5,
"slope": 12,
"enabled": true
}
]
}
}
},
"test_2": {
"name": "test_2-name",
"created_at": "2024-03-21T10:30:00",
"description": "test_2-description",
"channels": {
"1": {
"delay_data": 0.0,
"vol_data": 0.0,
"mix_left_data": 1.0,
"mix_right_data": 0.0,
"filters": [
{
"type": "HIGHPASS",
"frequency": 45.0,
"q": 0.707,
"gain": 0.0,
"slope": 18,
"enabled": true
},
{
"type": "PEAK",
"frequency": 400.0,
"q": 2.0,
"gain": -2.0,
"slope": 0,
"enabled": true
}
]
}
}
}
}
}