From c2e4d9e1c4a127731cbd2c4cb041b0e622f67592 Mon Sep 17 00:00:00 2001 From: Kamal Mostafa Date: Sun, 17 Apr 2016 09:49:27 -0700 Subject: [PATCH] Do not emit 0.5 sec flush for audio file output --- src/minimodem.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/minimodem.c b/src/minimodem.c index 4b1a036..d8e1ac6 100644 --- a/src/minimodem.c +++ b/src/minimodem.c @@ -52,6 +52,7 @@ int tx_trailer_bits_len = 2; simpleaudio *tx_sa_out; float tx_bfsk_mark_f; unsigned int tx_bit_nsamples; +unsigned int tx_flush_nsamples; void tx_stop_transmit_sighandler( int sig ) @@ -62,9 +63,8 @@ tx_stop_transmit_sighandler( int sig ) for ( j=0; j