This commit is contained in:
youngcw 2023-06-01 17:13:44 -07:00
commit 237022b915
6 changed files with 10 additions and 0 deletions

2
dsd.sh Normal file
View File

@ -0,0 +1,2 @@
nc -u -l 7355 | ./build_dsd -i - -q -fy -o -| play -q -r 8000 -c 1 -t s16 -

3
get_new_sdrpp.sh Executable file
View File

@ -0,0 +1,3 @@
wget https://github.com/AlexandreRouma/SDRPlusPlus/releases/download/nightly/sdrpp_ubuntu_jammy_amd64.deb
sudo dpkg -i sdrpp_ubuntu_jammy_amd64.deb
rm sdrpp_ubuntu_jammy_amd64.deb

1
network_sound.sh Executable file
View File

@ -0,0 +1 @@
nc -u -l 7355 | aplay -q -f S16_LE -r 48000 -c 2

1
network_sound_stereo.sh Normal file
View File

@ -0,0 +1 @@
nc -u -l 7355 | aplay -q -f S16_LE -r 48000 -c 2

2
rtl_send.sh Normal file
View File

@ -0,0 +1,2 @@
rtl_fm -f 162400000 -s 48000 - | aplay -r 48k -f S16_LE -t raw -c 1

1
virtual_audio_sink.sh Normal file
View File

@ -0,0 +1 @@
pactl load-module module-remap-sink sink_name=virt