2023-12-08 00:14:08 +00:00
|
|
|
rule = {
|
|
|
|
matches = {
|
|
|
|
{
|
|
|
|
{ "node.name", "matches", "alsa_output.usb-Grace_Design_SDAC-00.*" },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
apply_properties = {
|
|
|
|
["audio.format"] = "S24_3LE",
|
2024-12-12 00:49:42 +00:00
|
|
|
["audio.rate"] = 44100,
|
2023-12-08 00:14:08 +00:00
|
|
|
["api.alsa.period-size"] = 2,
|
|
|
|
["api.alsa.headroom"] = 0,
|
|
|
|
["api.alsa.disable-batch"] = true
|
|
|
|
},
|
|
|
|
}
|
|
|
|
|
|
|
|
table.insert(alsa_monitor.rules, rule)
|