Explorar o código

WAV example updated with some delay during wav sending

JJorgeDSIC %!s(int64=3) %!d(string=hai) anos
pai
achega
d8174b2bff
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 = {}