9130: Extend API to support streaming dummy audio sources #1
4
setup.sh
4
setup.sh
@ -8,6 +8,10 @@ setup() {
|
||||
sudo xargs apt-get install -y < requirements.apt
|
||||
sudo pip install -r requirements.pip
|
||||
|
||||
# Requires yt-dlp, but a very recent version (as youtube broke their API for the pip version)
|
||||
# https://stackoverflow.com/a/75504772
|
||||
python3 -m pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
|
||||
|
||||
# Install device driver
|
||||
./scripts/SDRplay_RSP_API-Linux-3.07.1.run
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user