morse_rs-0.1.3 has been yanked.
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
Installation
Add this to your Cargo.toml:
[]
= "0.1.2"
Usage
Converts a string to morse then writes the encoded message into a wav file.
use ;
We can also write the morse into a buffer in memory
use ;
TODO
- Decode morse from sound
- Add proper rust like error return types