1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Disable specific sj-201 PulseAudio configuration (for now)

This commit is contained in:
j1nx
2021-08-28 10:28:27 +02:00
parent eec6d48641
commit 1bd1319733
2 changed files with 3 additions and 3 deletions

View File

@ -93,5 +93,5 @@ resample-method = ffmpeg
default-sample-format = s16le default-sample-format = s16le
default-sample-rate = 44100 default-sample-rate = 44100
alternate-sample-rate = 48000 alternate-sample-rate = 48000
avoid-resampling = true ; avoid-resampling = true
flat-volumes = no flat-volumes = no

View File

@ -118,8 +118,8 @@ if [ "$TAS5806" ] && [ "$SJ201LED" ]; then
# Reset FAN to low speed # Reset FAN to low speed
/usr/sbin/i2cset -a -y 1 0x04 101 30 i /usr/sbin/i2cset -a -y 1 0x04 101 30 i
PULSE_SYSTEM=/etc/pulse/mycroft-sj201-default.pa #PULSE_SYSTEM=/etc/pulse/mycroft-sj201-default.pa
PULSE_DAEMON=/etc/pulse/mycroft-sj201-daemon.conf #PULSE_DAEMON=/etc/pulse/mycroft-sj201-daemon.conf
fi fi
# Load overlay # Load overlay