init
This commit is contained in:
commit
237022b915
2
dsd.sh
Normal file
2
dsd.sh
Normal 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
3
get_new_sdrpp.sh
Executable 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
1
network_sound.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
nc -u -l 7355 | aplay -q -f S16_LE -r 48000 -c 2
|
1
network_sound_stereo.sh
Normal file
1
network_sound_stereo.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
nc -u -l 7355 | aplay -q -f S16_LE -r 48000 -c 2
|
2
rtl_send.sh
Normal file
2
rtl_send.sh
Normal 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
1
virtual_audio_sink.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
pactl load-module module-remap-sink sink_name=virt
|
Loading…
x
Reference in New Issue
Block a user