https://github.com/camilstaps/cwgen.py
Generate CW audio files from text
https://github.com/camilstaps/cwgen.py
cw ham-radio morse-code
Last synced: 11 months ago
JSON representation
Generate CW audio files from text
- Host: GitHub
- URL: https://github.com/camilstaps/cwgen.py
- Owner: camilstaps
- License: gpl-3.0
- Created: 2018-01-28T23:43:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T14:23:53.000Z (over 8 years ago)
- Last Synced: 2025-04-05T02:41:33.067Z (about 1 year ago)
- Topics: cw, ham-radio, morse-code
- Language: Python
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cwgen.py
Generate CW audio files from text
## Typical usage
```bash
./cwgen.py \
--text 'cqcqdepa5et pa5etk' \
--wpm 12 \
--frequency 650 \
--length-standard-deviation 0.05 \
--length-drift 0.02 \
--noise-kind pink \
--noise-level 0.3 \
--play
```
For more options and their explanation, see `./cwgen.py --help`.
## Legal info
Copyright © 2018 Camil Staps.
Licensed under GNU GPL v3.
For more details, see the LICENSE file.