2 releases
0.1.1 | Jun 13, 2021 |
---|---|
0.1.0 | Jun 13, 2021 |
#1037 in Audio
19KB
154 lines
Internet Teletype Reader
ittyr
is a CLI Internet Teletype client that decodes and outputs ITTY messages in real time as they are being streamed through the ITTY service. The following streams are available:
- ITTY Broadcast
- Europe News
- Autostart
In the backend, ittyr
uses ffmpeg
to transcode the ITTY audio stream to PCM audio data, then uses minimodem
to decode RTTY data into ASCII text.
Installation
This program only works on Linux. You will need ffmpeg
and minimodem
(both can be downloaded from the links above, or through your package manager).
To install ittyr
, run:
cargo install ittyr
Known issues
Occasionally, ittyr
will spit out meaningless strings of characters when started. This is simply caused by minimodem
flipping the mark and space tones. Just restart ittyr
. This only happens when the program first starts.
Dependencies
~3–14MB
~136K SLoC