send: return True on success

This commit is contained in:
Roman Zeyde
2014-12-30 09:41:58 +02:00
parent e7bcf5cbe0
commit d5b18f922c

View File

@@ -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