Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 893 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 893 Bytes

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