maca134 / arma-nradio

An internet radio streamer that works with ARMA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nRadio - Downloads

Project abandoned due to lack of help/contributions...

nRadio is a small mod for ARMA that allows clients to listen to internet radio mp3 streams. The mod includes a set of simple functions to interact with the extension and a basic "radio" dialog. Here is a small video of an earlier version: https://www.youtube.com/watch?v=SUQZwLJ8pTc

Adding Stations To The Dialog

If you take a look here, this is how the radio stations are defined. If you include the nRadio class in the mission's description.ext, the dialog will display those stations instead.

Functions

Core

Get status (STOP, WAITING, PLAYING): [] call NRD_fnc_status

Gets current song (if available): [] call NRD_fnc_song

Plays a stream: ['URL'] call NRD_fnc_play

Stop playback: [] call NRD_fnc_stop

Set volume (0-100): [50] call NRD_fnc_volume

Dialog

Open the built-in dialog [] call NRD_fnc_start

Dialog IDDs

  • 23973: Add Station
  • 23974: Main Dialog

Contributor

  • Maca134
  • BenR

Donate

If you like this app and use it, please consider donating via PayPal or becoming a Patreon.

About

An internet radio streamer that works with ARMA

License:GNU General Public License v2.0


Languages

Language:C# 61.5%Language:C++ 28.6%Language:SQF 9.9%