/radio-message-generator

A C# utility which uses the Windows 7/10 TTS library to generate radio messages to use in DCS World or any other videogame..

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Radio Message Generator

A radio message generator tool. Initally designed for DCS World's mission editor, but can be used for any game or project.

  • Uses NAudio and the Windows text-to-speech library (System.Speech) to generate radio messages
  • Adds proper AM radio distortion effect, static, etc, to the voice.
  • 100% C# Managed code
  • Created by @akaAgar
  • Released under the terms of the GNU General Public License.

To build the project, you'll need to download the NAudio.1.9.0 NuGet package in the Packages directory.