diff --git a/amodem/send.py b/amodem/send.py index 69ff555..975b6eb 100644 --- a/amodem/send.py +++ b/amodem/send.py @@ -76,3 +76,4 @@ def main(config, src, dst, pylab=None): # post-padding audio with silence sender.write(np.zeros(int(Fs * config.silence_stop))) + return True