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….

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…

Read More