Very useful websdr sites to keep track of happenings around Russia. If you understand Russian.

This is a very useful site to monitor radio stations in and around Russia on multi-band radio. http://websdr.78dx.ru:8901/. This is very good if you are Russian and are an ex-pat wanting to keep track of what is actually happening around Russia in this stressful time. it can monitor AM and USB as well as SSB. … Read more

Stream radio stations from Sydney over the Internet easily with mpv.

There is an easy way to listen to Sydney radio stations over the Internet on Linux. Use the mpv media player. This can stream the radio stations with no effort. Copy the listing of radio stations to your terminal like this. 4.4 Mon Jun 08 jason@Yog-Sothoth 1: $ wget -O- -q http://i.mjh.nz/au/Sydney/radio.pls4.4 Mon Jun 08 … Read more

Listen to the radio on Linux very easily with an SDR dongle.

I have an SDR dongle I am using to listen to the radio, this has been flashed with different firmware to enable using it as a multi-band radio. Set up your SDR dongle very easily. https://securitronlinux.com/debian-testing/rtl-sdr-on-linux-with-a-rtl2838-dvb-t-dongle/. The best software to use for listening to the radio on Linux is Gqrx. Install this software easily on … Read more

The best way to have music coming from a radio in Arma 3, this really works.

This code will play music from a Radio in Arma 3. fnc_radio = compileFInal preprocessfilelinenumbers "a3\missions_f_exp\Campaign\Missions\EXP_m01.Tanoa\functions\fn_EXP_m01_radioMusic.sqf";   [radio1] call fnc_radio;fnc_radio = compileFInal preprocessfilelinenumbers "a3\missions_f_exp\Campaign\Missions\EXP_m01.Tanoa\functions\fn_EXP_m01_radioMusic.sqf"; [radio1] call fnc_radio; Just place a radio item and name it radio1, then put the code above in your initPlayerServer.sqf file. This allows a radio to play music. Once a track … Read more

How to edit the all.spawn in Shadow of Chernobyl to add alternate music to a radio.

Editing the all.spawn in Shadow of Chernobyl is fun, this allows the modder to change the game in many ways. I edited it to add alternate music to the radio in Sidorovitch`s bunker. Use the S.T.A.L.K.E.R. *.spawn compiler/decompiler to work with all.spawn files. This is the existing entry for the radio. I changed it to … Read more