Skip to content

Instantly share code, notes, and snippets.

@nicheath
nicheath / cw-speaker-test.sh
Created March 26, 2024 17:31
Morse Code or CW generator using speaker-test in linux [dirty hack]
#!/bin/sh
# speaker-test is not designed for this.. you could make this longer but
# making it shorter just won't work due to silly way I am doing this.
long=0.2
short=0.1
lspace=0.3
wspace=0.5