10 lines
550 B
Markdown
10 lines
550 B
Markdown
# CW Generator
|
|
A simple application for generating self-made morse / CW audio files. All it features is a button as
|
|
a morse key and allows you to export this as a WAV. Optionally, a MIDI keyboard can be used as a
|
|
morse key (since godot 4.4 even on web).
|
|
|
|
## Known Limitations / TODO
|
|
Currently we can only export wav, as Godot itself doesn't include any encoders. Having the ability
|
|
to export as mp3, ogg or opus would be nice, but external libraries are kind of a hassle. opus would
|
|
be the nicest format, but doesn't seem to work with older Iphones.
|