mirror of
https://github.com/nestriness/nestri.git
synced 2026-05-01 10:53:08 +03:00
feat: Init
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"wireplumber.rules": [
|
||||
{
|
||||
"description": "Global audio format and rate for audio nodes",
|
||||
"matches": [
|
||||
{ "media.class": "Audio/Sink" },
|
||||
{ "media.class": "Audio/Source" }
|
||||
],
|
||||
"apply_properties": {
|
||||
"audio.format": "F32P",
|
||||
"audio.rate": 48000,
|
||||
"audio.channels": 2,
|
||||
"session.suspend-timeout-seconds": 0
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"description": "PulseAudio bridge specific tweaks",
|
||||
"matches": [
|
||||
{ "node.name": "pulse_sink" },
|
||||
{ "node.name": "pulse_source" }
|
||||
],
|
||||
"apply_properties": {
|
||||
"pulse.min.req": 128,
|
||||
"pulse.max.req": 1024,
|
||||
"pulse.idle.timeout": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user