This commit is contained in:
KubaPro010 2023-09-24 10:20:08 +02:00
parent e87f17a891
commit 6a9a5e54e4
28 changed files with 12 additions and 4 deletions

0
5 Normal file
View File

1
cmd Normal file
View File

@ -0,0 +1 @@
parecord --raw | sudo ./pifmrds -freq 95 -ps 'Radio 27' -rt '...' -ctl rds_ctl -raw blud_angry -audio - -power 7 -pi 9AF7

1
cmd_ggg Normal file
View File

@ -0,0 +1 @@
parecord --raw | sudo ./pifmrds -freq 95 -ps 'Radio 27' -rt '...' -ctl rds_ctl -raw blud_angry -audio - -power 7 -pi 3073

1
command Executable file
View File

@ -0,0 +1 @@
parecord --raw | sudo ./pifmrds -freq 90.7 -audio - -raw bluddy -disablerds bro

BIN
corel8 Executable file

Binary file not shown.

4
create_combined Normal file
View File

@ -0,0 +1,4 @@
pacmd list-sources
pactl load-module module-null-sink sink_name=combined-sink
pactl load-module module-loopback source=alsa_input.usb-C-Media_Electronics_Inc._USB_PnP_Sound_Device-00.mono-fallback sink=combined-sink
pactl load-module module-loopback source=bluez_source.B5_9D_C9_3D_1F_F0.a2dp_source sink=combined-sink

1
eska Executable file
View File

@ -0,0 +1 @@
curl -sS http://ic1.smcdn.pl/2140-1.mp3 | ffmpeg -i - -f s16le -acodec pcm_s16le -ar 44100 -ac 2 -hide_banner -loglevel quiet - | sudo ./pifmrds -freq 93 -ps '> ESKA <' -rt 'ESKA Poznan 93 FM - Hity Na Czasie' -ctl rds_ctl -raw blud_angry -audio - -power 7 -pi 3293 -af 90.1 -af 102 -af 105.6 -af 93.8 -af 94.4 -af 105.7

BIN
foxhunt Executable file

Binary file not shown.

BIN
freedv Executable file

Binary file not shown.

1
ism433_niema Normal file
View File

@ -0,0 +1 @@
sudo ./pichirp 433920000 1710000 1

BIN
morse Executable file

Binary file not shown.

BIN
pichirp Executable file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
pifmrds Executable file

Binary file not shown.

BIN
pifsq Executable file

Binary file not shown.

BIN
pift8 Executable file

Binary file not shown.

BIN
piopera Executable file

Binary file not shown.

BIN
pirtty Executable file

Binary file not shown.

BIN
pisstv Executable file

Binary file not shown.

BIN
pocsag Executable file

Binary file not shown.

BIN
rpitx Executable file

Binary file not shown.

BIN
sendiq Executable file

Binary file not shown.

BIN
sendook Executable file

Binary file not shown.

BIN
spectrumpaint Executable file

Binary file not shown.

View File

@ -130,7 +130,6 @@ int poll_control_pipe() {
pad_reg[GPIO_PAD_28_45] = 0x5a000018 + power_level;
printf("POWER set to: \"%s\"\n", arg);
res = CONTROL_PIPE_PWR_SET;
}
} else if(fifo[0] == 'R' && fifo[1] == 'T' && fifo[2] == 'B') {
arg[64] = 0;
set_rds_ab(1);

BIN
tune Executable file

Binary file not shown.