kamalmostafa / minimodem

general-purpose software audio FSK modem
http://www.whence.com/minimodem
Other
854 stars 114 forks source link

Added stdin/stdout backend #56

Open Erhannis opened 2 years ago

Erhannis commented 2 years ago

I'm trying to virtualize minimodem as a Java library via NestedVM, and it seemed like it'd work best if it could operate on stdin/stdout, so I added a simpleaudio-stdio backend. You enable it with -O or --stdio. Lemme know if I messed something up, or if you actively don't want this feature, or something.

russinnes commented 1 year ago

+1 having stdin. Especially for soundcard-free hardware. I'm using this to process input from an rtl sdr (with sox piped inline to deal with the floating-point conversion)

Manawyrm commented 1 year ago

This PR is very helpful -- I've been working on getting minimodem hooked up to a PBX (telephone exchange) for a communications museum. This will allow old Telex/RTTY terminals to call into a number and then receive automatic service (through minimodem).