Browse Source

WAV example updated with some delay during wav sending

JJorgeDSIC 3 năm trước cách đây
mục cha
commit
d8174b2bff
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 = {}