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
- Host: GitHub
- URL: https://github.com/irevenko/morse2sound
- Owner: irevenko
- License: mit
- Created: 2021-02-14T21:36:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T22:06:35.000Z (over 4 years ago)
- Last Synced: 2025-03-23T23:15:09.118Z (7 months ago)
- Topics: morse, morse-code, morse-translator, morsecode, rust, rust-cli, rust-lang, rust-language, sound, sound-processing
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# morse2sound 🎵
> A CLI which converts morse code to soundBig 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