make the APP more happy with the sound

main 0.0.4
Links 2022-04-18 19:02:44 +02:00
rodzic e71c7fb5e2
commit f5124fd2fc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 68FB9F01C0C482FC
3 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -34,7 +34,7 @@ Main() {
apt-get install -y lightdm slick-greeter xrdp xorgxrdp libvncserver-dev novnc
apt-get install -y libtool cmake autoconf swig
apt-get install -y t5dxcb-plugin libqwt-qt5-6
apt-get install -y python3 python3-pip python3-numpy python3-tornado python3-serial python3-pyaudio python3-alsaaudio python3-pam python3-pulsectl python3-hamlib python3-pygame python3-scipy python3-cartopy
apt-get install -y python3 python3-pip python3-numpy python3-tornado python3-serial python3-pyaudio python3-alsaaudio python3-pam python3-pulsectl python3-hamlib python3-pygame python3-scipy python3-cartopy python3-pynput
apt-get install -y wsjtx fldigi flrig flmsg flamp flwrap js8call pat ax25-tools qsstv chirp morse pyqso
pip3 install etch_a_tv

Wyświetl plik

@ -87,6 +87,8 @@ resample-method = speex-float-0
; default-sample-format = s16le
; default-sample-rate = 44100
default-sample-format = s16le
default-sample-rate = 16000
; alternate-sample-rate = 48000
; default-sample-channels = 2
; default-channel-map = front-left,front-right

Wyświetl plik

@ -74,4 +74,4 @@ cat > /root/qtkmsconfig.json <<EOL
EOL
fi
chroot /mnt/x6100 /bin/bash -c "source /etc/profile && export TZ=${TZ} && nice --5 /usr/app_qt/x6100_ui_v100 ${APP_ARGS}"
chroot /mnt/x6100 /bin/bash -c "source /etc/profile && export TZ=${TZ} && exec nice --5 /usr/app_qt/x6100_ui_v100 ${APP_ARGS}"