diff tests/test_audio.nim @ 639:977392dc055f

add: windows audio, not super smooth, maybe replace with directsound?
author Sam <sam@basx.dev>
date Tue, 02 May 2023 10:37:11 -0700
parents bb6857da8113
children 77755701bf49
line wrap: on
line diff
--- a/tests/test_audio.nim	Tue May 02 02:28:47 2023 -0700
+++ b/tests/test_audio.nim	Tue May 02 10:37:11 2023 -0700
@@ -85,5 +85,6 @@
   mixer[].stop()
   test2()
   mixer[].stop()
-  test3()
-  mixer[].stop()
+  while true:
+    test3()
+    mixer[].stop()