An open API service indexing awesome lists of open source software.

https://github.com/irevenko/morse2sound

📜🔁🎶 A CLI which converts morse code into sound
https://github.com/irevenko/morse2sound

morse morse-code morse-translator morsecode rust rust-cli rust-lang rust-language sound sound-processing

Last synced: 6 months ago
JSON representation

📜🔁🎶 A CLI which converts morse code into sound

Awesome Lists containing this project

README

          

# 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 --dot-duration --frequency ```

# Contributing 🤝
Contributions, issues and feature requests are welcome! 👍

Feel free to check [open issues](https://github.com/irevenko/morse2sound/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