morse_rs
A simple Morse code translator written in Rust, with the ability to write Morse code to WAV files.
Features
- Translate text to Morse code and vice versa
- Generate WAV files from Morse code sequences
Usage
Converts a string to morse then writes the encoded message into a wav file, specifying the pause times.
use ;
We can also write the morse into a buffer in memory, doing so allows the use of transferring data with WebAssembly.
use ;
TODO
- Decode morse from sound
- Solve the Riemann Hypothesis