mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Revert "MycroftOS: Decrease pulseaudio latency by disabling tsched."
This reverts commit e1c343a762
.
This commit is contained in:
@ -44,7 +44,7 @@ load-module module-switch-on-port-available
|
|||||||
|
|
||||||
### Automatically load driver modules depending on the hardware available
|
### Automatically load driver modules depending on the hardware available
|
||||||
.ifexists module-udev-detect.so
|
.ifexists module-udev-detect.so
|
||||||
load-module module-udev-detect tsched=0
|
load-module module-udev-detect
|
||||||
.else
|
.else
|
||||||
### Use the static hardware detection module (for systems that lack udev support)
|
### Use the static hardware detection module (for systems that lack udev support)
|
||||||
load-module module-detect
|
load-module module-detect
|
||||||
|
@ -25,7 +25,7 @@ load-module module-card-restore
|
|||||||
|
|
||||||
### Automatically load driver modules depending on the hardware available
|
### Automatically load driver modules depending on the hardware available
|
||||||
.ifexists module-udev-detect.so
|
.ifexists module-udev-detect.so
|
||||||
load-module module-udev-detect tsched=0
|
load-module module-udev-detect
|
||||||
.else
|
.else
|
||||||
### Use the static hardware detection module (for systems that lack udev/hal support)
|
### Use the static hardware detection module (for systems that lack udev/hal support)
|
||||||
load-module module-detect
|
load-module module-detect
|
||||||
|
@ -44,7 +44,7 @@ load-module module-switch-on-port-available
|
|||||||
|
|
||||||
### Automatically load driver modules depending on the hardware available
|
### Automatically load driver modules depending on the hardware available
|
||||||
.ifexists module-udev-detect.so
|
.ifexists module-udev-detect.so
|
||||||
load-module module-udev-detect tsched=0
|
load-module module-udev-detect
|
||||||
#channels=8 rate=48000 format=s32le
|
#channels=8 rate=48000 format=s32le
|
||||||
.else
|
.else
|
||||||
### Use the static hardware detection module (for systems that lack udev support)
|
### 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
|
### Automatically load driver modules depending on the hardware available
|
||||||
.ifexists module-udev-detect.so
|
.ifexists module-udev-detect.so
|
||||||
load-module module-udev-detect tsched=0
|
load-module module-udev-detect
|
||||||
#channels=8 rate=48000 format=s32le
|
#channels=8 rate=48000 format=s32le
|
||||||
.else
|
.else
|
||||||
### Use the static hardware detection module (for systems that lack udev support)
|
### Use the static hardware detection module (for systems that lack udev support)
|
||||||
|
Reference in New Issue
Block a user