Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 528 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 528 Bytes

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.