Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

rkusa/dcs-radio-station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCS Radio Station

Broadcast audio files (ogg/opus) to DCS World's Simple Radio Standalone.

Changelog | Prebuild Releases

Sub-Projects

  • drs-cmd - a command line tool to start a radio station from outside DCS

    Example Usage:

    .\dcs-radio-station.exe .\audio-files
  • drs-module - a Lua module that can be loaded from DCS to start a station from inside a mission (not ready yet)

  • drs-player - the actual functionality, which is used by the sub-projects above

Audio Format

Audio files have to be of the format OGG/OPUS (not OGG/VORBIS)!

Instructions to convert audio files to OGG/OPUS:

License

MIT