Skip to content

Commit

Permalink
Use new driver for tagtagtag sound card
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Oct 27, 2019
1 parent b79b3eb commit 7a3dc72
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ sudo apt-get install -y postgresql libpq-dev git python3 python3-venv python3-de
echo "Installing sound driver for Ulule 2019 cards"
sudo apt-get install raspberrypi-kernel-headers
cd /home/pi
sudo -u pi git clone https://github.com/respeaker/seeed-voicecard.git
cd /home/pi/seeed-voicecard
bash install.sh
sudo -u pi git clone -b tagtagtag-sound https://github.com/pguyot/wm8960
cd /home/pi/wm8960
make
sudo make install

echo "Installing pynab release branch"
cd /home/pi
Expand Down

0 comments on commit 7a3dc72

Please sign in to comment.