mirror of
https://github.com/romanz/amodem.git
synced 2026-03-24 03:11:15 +08:00
send: return True on success
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user