浏览代码

WAV example updated with some delay during wav sending

JJorgeDSIC 3 年之前
父节点
当前提交
d8174b2bff
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      python_examples/client.short.wav.py

+ 2 - 0
python_examples/client.short.wav.py

@@ -23,6 +23,8 @@ def main(wav):
             while data != b"":
                 yield data
                 data = fd.read(250)
+                #Some delay to simulate mic input...
+                time.sleep(0.0078125)
 
     es_system = {}