/EAS-Encoder

Encode EAS (Emergency Alert System - United States) audio messages with valid SAME (Specific Area Message Encoding) headers, EBS (Emergency Broadcast System) attention tones, NWS (National Weather Service) attention tones, and/or spoken announcement, which is synthesized by Microsoft SAPI TTS voices. Supports output to .wav/.mp3 file or MemoryStre

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

Encode EAS (Emergency Alert System - United States) audio messages with valid SAME (Specific Area Message Encoding) headers, EBS (Emergency Broadcast System) attention tones, NWS (National Weather Service) attention tones, and/or spoken announcement, which is synthesized by Microsoft SAPI TTS voices. Supports output to .wav/.mp3 file or MemoryStream.

To build and run this project in Visual Studio, make ABSOLUTELY CERTAIN that you've set the "EASEncoder Test App" project as the startup project or you'll get an error when you try to compile and run.

To set the startup project:

  1. In Solution Explorer, select the solution (the top node).
  2. Highlight the project "EASEncoder Test App", right-click on it.
  3. From the pop-up menu, select "Set As Startup Project."

You're now ready to build and run - Enjoy!