irevenko / morse2sound

πŸ“œπŸ”πŸŽΆ A CLI which converts morse code into sound

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

morse2sound 🎡

A CLI which converts morse code to sound

Big shoutout to Br1ght0ne for guiding me how to use Rust on stream (https://twitch.tv/irevenko)

Usage πŸ“ƒ

morse2sound "... --- ..."

morse2sound "... --- ..." --dot-duration 200 --frequency 300

morse2sound <input> --dot-duration <dot-duration> --frequency <frequency>

Contributing 🀝

Contributions, issues and feature requests are welcome! πŸ‘
Feel free to check open issues.

Quick Start πŸš€

git clone https://github.com/irevenko/morse2sound.git
cd morse2sound
cargo run

What I Learned 🧠

  • Writing CLI in pure Rust
  • Rust error handling, traits, derives

ToDo

  • Add binary

License πŸ“‘

(c) 2021 Ilya Revenko. MIT License

About

πŸ“œπŸ”πŸŽΆ A CLI which converts morse code into sound

License:MIT License


Languages

Language:Rust 100.0%