Morse Code Toolkit

Introduction

The Morse Code Player asset provides several useful components that help encode, decode, generate, play, and use Morse Code in your Unity project. This asset is your one-stop-shop for anything Morse Code related in Unity.


Included

The TonePlayer component is a vital part of this asset. This component allows you to play any sine wave tone at a specified frequency. This tone gets generated at run time.


The SignalGenerator component will generate a signal based on an encoded Morse Code message that can be used to drive many things such as the tone player to play Morse Code messages.


The MorseCodeKey component provides you with a way to let the player / user to generate Morse Code on the fly. This Morse Code is then stores as a string which can be decoded into plain text.


The MorseCodeTranscoder is a utility class that allows the encoding and decoding Morse Code messages.


Extra Goodies

There is also an included Morse Code Key model. The model does not contain textures.