9130: Extend API to support streaming dummy audio sources #1

Merged
jono merged 7 commits from 9130_dummy_audio into main 2023-06-15 12:49:14 +09:30
Showing only changes of commit 3f6705ce75 - Show all commits

View File

@ -8,6 +8,10 @@ setup() {
sudo xargs apt-get install -y < requirements.apt sudo xargs apt-get install -y < requirements.apt
sudo pip install -r requirements.pip 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 # Install device driver
./scripts/SDRplay_RSP_API-Linux-3.07.1.run ./scripts/SDRplay_RSP_API-Linux-3.07.1.run