项目作者: camilstaps

项目描述 :
Generate CW audio files from text
高级语言: Python
项目地址: git://github.com/camilstaps/cwgen.py.git
创建时间: 2018-01-28T23:43:03Z
项目社区:https://github.com/camilstaps/cwgen.py

开源协议:GNU General Public License v3.0

下载


cwgen.py

Generate CW audio files from text

Typical usage

  1. ./cwgen.py \
  2. --text 'cqcqdepa5et pa5etk' \
  3. --wpm 12 \
  4. --frequency 650 \
  5. --length-standard-deviation 0.05 \
  6. --length-drift 0.02 \
  7. --noise-kind pink \
  8. --noise-level 0.3 \
  9. --play

For more options and their explanation, see ./cwgen.py --help.

Copyright © 2018 Camil Staps.
Licensed under GNU GPL v3.
For more details, see the LICENSE file.