v0.1.33
This release has renamed the read and listen commands. The new commands are:
send- this reads text/code input from stdin and sends it to the output (audio / gpio)receivethis listens for morse code from the input (pipewire / gpio).
This build has separated feature flags
audio - produce sound (platform independent)
pipewire - receive sound (Linux only)
gpio - receive GPIO (Linux only)
There is a new aarch64 build for Raspberry Pi which only has the gpio feature, no audio, no pipewire. (audio can be added later, but the build is broken for audio currently.)