Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Apr 19, 2024
1 parent 1048413 commit a74cf1e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/test2.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@
if outdev:
print(f"Testing audio for device {outdev}")
engine = ce.Engine()
engine.testAudio()
engine.testAudio(dur=4)
import time
t0 = time.time()
while time.time() - t0 < 4:
print(".")
time.sleep(0.25)


0 comments on commit a74cf1e

Please sign in to comment.