mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
Update setup.sh
install soundcard via pip
This commit is contained in:
parent
61283b27fb
commit
4934bc60e0
1 changed files with 5 additions and 1 deletions
6
setup.sh
6
setup.sh
|
|
@ -37,9 +37,13 @@ sudo apt install -y alsa-utils ffmpeg \
|
||||||
portaudio19-dev python3-pyaudio \
|
portaudio19-dev python3-pyaudio \
|
||||||
libasound2-dev libjack-jackd2-dev \
|
libasound2-dev libjack-jackd2-dev \
|
||||||
libsndfile-dev \
|
libsndfile-dev \
|
||||||
python3-numpy python3-matplotlib python3-sounddevice \
|
python3-numpy python3-matplotlib \
|
||||||
|| echo "Warning: Some audio dependencies may have failed to install — continuing anyway."
|
|| echo "Warning: Some audio dependencies may have failed to install — continuing anyway."
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo "Installing 'sounddevice' with pip3 (system-wide)..."
|
||||||
|
pip3 install --break-system-packages sounddevice
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
# Step 4: Build and install libltc (needed by ltc-tools)
|
# Step 4: Build and install libltc (needed by ltc-tools)
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue