commit 237022b915b3e7bad7b8f2d430fc86b734a1a842 Author: youngcw Date: Thu Jun 1 17:13:44 2023 -0700 init diff --git a/dsd.sh b/dsd.sh new file mode 100644 index 0000000..949a6c8 --- /dev/null +++ b/dsd.sh @@ -0,0 +1,2 @@ +nc -u -l 7355 | ./build_dsd -i - -q -fy -o -| play -q -r 8000 -c 1 -t s16 - + diff --git a/get_new_sdrpp.sh b/get_new_sdrpp.sh new file mode 100755 index 0000000..c46defa --- /dev/null +++ b/get_new_sdrpp.sh @@ -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 diff --git a/network_sound.sh b/network_sound.sh new file mode 100755 index 0000000..91e7137 --- /dev/null +++ b/network_sound.sh @@ -0,0 +1 @@ +nc -u -l 7355 | aplay -q -f S16_LE -r 48000 -c 2 diff --git a/network_sound_stereo.sh b/network_sound_stereo.sh new file mode 100644 index 0000000..91e7137 --- /dev/null +++ b/network_sound_stereo.sh @@ -0,0 +1 @@ +nc -u -l 7355 | aplay -q -f S16_LE -r 48000 -c 2 diff --git a/rtl_send.sh b/rtl_send.sh new file mode 100644 index 0000000..7064f30 --- /dev/null +++ b/rtl_send.sh @@ -0,0 +1,2 @@ +rtl_fm -f 162400000 -s 48000 - | aplay -r 48k -f S16_LE -t raw -c 1 + diff --git a/virtual_audio_sink.sh b/virtual_audio_sink.sh new file mode 100644 index 0000000..5a8cf59 --- /dev/null +++ b/virtual_audio_sink.sh @@ -0,0 +1 @@ +pactl load-module module-remap-sink sink_name=virt