mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-05 13:08:35 +01:00
MycroftOS: Decrease pulseaudio latency by disabling tsched.
- This decreases teh latency from 828899 usec to 91376 usec a factor of ~10 which feels a lot snappier with for instance the listener sound. (testing needs to prove possible other related glitches.)
This commit is contained in:
parent
ef7f547531
commit
e1c343a762
@ -44,7 +44,7 @@ load-module module-switch-on-port-available
|
||||
|
||||
### Automatically load driver modules depending on the hardware available
|
||||
.ifexists module-udev-detect.so
|
||||
load-module module-udev-detect
|
||||
load-module module-udev-detect tsched=0
|
||||
.else
|
||||
### Use the static hardware detection module (for systems that lack udev support)
|
||||
load-module module-detect
|
||||
|
@ -25,7 +25,7 @@ load-module module-card-restore
|
||||
|
||||
### Automatically load driver modules depending on the hardware available
|
||||
.ifexists module-udev-detect.so
|
||||
load-module module-udev-detect
|
||||
load-module module-udev-detect tsched=0
|
||||
.else
|
||||
### Use the static hardware detection module (for systems that lack udev/hal support)
|
||||
load-module module-detect
|
||||
|
@ -44,7 +44,7 @@ load-module module-switch-on-port-available
|
||||
|
||||
### Automatically load driver modules depending on the hardware available
|
||||
.ifexists module-udev-detect.so
|
||||
load-module module-udev-detect
|
||||
load-module module-udev-detect tsched=0
|
||||
#channels=8 rate=48000 format=s32le
|
||||
.else
|
||||
### Use the static hardware detection module (for systems that lack udev support)
|
||||
|
@ -44,7 +44,7 @@ load-module module-switch-on-port-available
|
||||
|
||||
### Automatically load driver modules depending on the hardware available
|
||||
.ifexists module-udev-detect.so
|
||||
load-module module-udev-detect
|
||||
load-module module-udev-detect tsched=0
|
||||
#channels=8 rate=48000 format=s32le
|
||||
.else
|
||||
### Use the static hardware detection module (for systems that lack udev support)
|
||||
|
Loading…
x
Reference in New Issue
Block a user