Too much xruns ; increase jack buffer size

master
Quentin Duchemin 2023-02-19 01:46:09 +01:00
parent 8f0edb835c
commit fd2798c62e
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ExportHW=true
[ALSA-Audio]
BridgeChannels=2
BridgeIndexType=0
BridgeIndexType=2
BridgeTool=zita
[JACK]

View File

@ -4,7 +4,7 @@ JACK settings, as persisted by D-Bus object.
You probably don't want to edit this because
it will be overwritten next time jackdbus saves.
-->
<!-- Sun Feb 19 00:27:03 2023 -->
<!-- Sun Feb 19 01:45:20 2023 -->
<jack>
<engine>
<option name="driver">alsa</option>
@ -14,6 +14,8 @@ it will be overwritten next time jackdbus saves.
<driver name="alsa">
<option name="capture">hw:PCH,0</option>
<option name="playback">hw:PCH,0</option>
<option name="rate">44100</option>
<option name="period">2048</option>
<option name="inchannels">2</option>
<option name="outchannels">2</option>
<option name="midi-driver">seq</option>