1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-04-15 19:07:24 +02:00

MycroftOS: Pulse audio fixes and tweaks (mostly for BT distortions)

This commit is contained in:
Peter Steenbergen 2020-01-11 19:38:16 +01:00
parent f798a00cb7
commit 6d2105a8d0
7 changed files with 7 additions and 7 deletions

View File

@ -89,7 +89,7 @@
; deferred-volume-extra-delay-usec = 0 ; deferred-volume-extra-delay-usec = 0
# MycroftOS Audio Settings # MycroftOS Audio Settings
resample-method = ffmpeg avoid-resampling = yes
default-sample-format = s24le default-sample-format = s24le
default-sample-rate = 48000 default-sample-rate = 48000
alternate-sample-rate = 44100 alternate-sample-rate = 44100

View File

@ -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 load-module module-udev-detect tsched=0
.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

View File

@ -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 load-module module-udev-detect tsched=0
.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

View File

@ -87,7 +87,7 @@
; deferred-volume-extra-delay-usec = 0 ; deferred-volume-extra-delay-usec = 0
# MycroftOS Audio Settings # MycroftOS Audio Settings
resample-method = ffmpeg avoid-resampling = yes
default-sample-format = s24le default-sample-format = s24le
default-sample-rate = 48000 default-sample-rate = 48000
alternate-sample-rate = 44100 alternate-sample-rate = 44100

View File

@ -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 load-module module-udev-detect tsched=0
#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)

View File

@ -87,7 +87,7 @@
; deferred-volume-extra-delay-usec = 0 ; deferred-volume-extra-delay-usec = 0
# MycroftOS Audio Settings # MycroftOS Audio Settings
resample-method = ffmpeg avoid-resampling = yes
default-sample-format = s24le default-sample-format = s24le
default-sample-rate = 48000 default-sample-rate = 48000
alternate-sample-rate = 44100 alternate-sample-rate = 44100

View File

@ -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 load-module module-udev-detect tsched=0
#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)