Too much xruns ; increase jack buffer size
parent
8f0edb835c
commit
fd2798c62e
|
@ -5,7 +5,7 @@ ExportHW=true
|
|||
|
||||
[ALSA-Audio]
|
||||
BridgeChannels=2
|
||||
BridgeIndexType=0
|
||||
BridgeIndexType=2
|
||||
BridgeTool=zita
|
||||
|
||||
[JACK]
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue