minimodem-mirror/src
Chris Osborn 513a11d454 Limit carrier/idle generation for input with delays
For non-interactive output (writing to an audio file), generate the
idle output carrier for same duration that the input is idle.  Makes
this case generate an output .wav file of just over 1 second duration:

  { echo hello; sleep 1; echo world; } | minimodem --tx -f /tmp/xx.wav 300
2016-04-17 08:49:36 -07:00
..
.gitignore Add Windows executable to gitignore 2014-11-16 12:46:13 -08:00
Makefile.am update copyright dates 2016 2016-02-19 12:29:58 -08:00
baudot.c baudot_charset: fix compile warning 2016-03-21 12:42:29 -07:00
baudot.h minimodem licenced as GPL3+ 2011-06-22 17:10:50 -07:00
databits.h Add UIC-751-3 decoding and optional MSB-first TX/RX 2014-11-16 12:46:14 -08:00
databits_ascii.c Change code to use 64-bit variables for decoding 2014-11-16 12:46:13 -08:00
databits_baudot.c Change code to use 64-bit variables for decoding 2014-11-16 12:46:13 -08:00
databits_binary.c Change code to use 64-bit variables for decoding 2014-11-16 12:46:13 -08:00
databits_callerid.c Change code to use 64-bit variables for decoding 2014-11-16 12:46:13 -08:00
databits_uic.c Add UIC-751-3 decoding and optional MSB-first TX/RX 2014-11-16 12:46:14 -08:00
fsk.c initialize ampl_out to avoid it containing garbage 2016-03-21 12:42:30 -07:00
fsk.h Really use 64 data types for demodulation 2014-11-16 12:46:14 -08:00
minimodem.1.in update copyright dates 2016 2016-02-19 12:29:58 -08:00
minimodem.c Limit carrier/idle generation for input with delays 2016-04-17 08:49:36 -07:00
run-test update copyright dates 2012-08-13 21:51:53 -07:00
simple-tone-generator.c update copyright dates 2016 2016-02-19 12:29:58 -08:00
simpleaudio-alsa.c Fix ALSA latency (causing ALSA not to block). 2015-04-22 17:48:28 +01:00
simpleaudio-benchmark.c (portability) use stdlib.h not malloc.h 2012-10-04 18:10:33 -07:00
simpleaudio-pulse.c (portability) use stdlib.h not malloc.h 2012-10-04 18:10:33 -07:00
simpleaudio-sndfile.c eliminate all instances of implicit double-promotion 2015-08-23 10:16:15 -07:00
simpleaudio.c simpleaudio: do not crash on stereo input file 2014-03-18 15:01:05 -07:00
simpleaudio.h simpleaudio: backend_device support 2012-09-09 15:24:01 -07:00
simpleaudio_internal.h simpleaudio: backend_device support 2012-09-09 15:24:01 -07:00
uic_codes.c Add UIC-751-3 decoding and optional MSB-first TX/RX 2014-11-16 12:46:14 -08:00
uic_codes.h Add UIC-751-3 decoding and optional MSB-first TX/RX 2014-11-16 12:46:14 -08:00