diff tests/test_audio.nim @ 407:ffc265916415

did: improve/refactor some of the material API
author Sam <sam@basx.dev>
date Wed, 03 Jan 2024 11:19:55 +0700
parents 728426157221
children 545b4c58601f
line wrap: on
line diff
--- a/tests/test_audio.nim	Mon Jan 01 21:41:40 2024 +0700
+++ b/tests/test_audio.nim	Wed Jan 03 11:19:55 2024 +0700
@@ -73,9 +73,9 @@
 
 when isMainModule:
   startMixerThread()
-  # test1()
+  test1()
+  mixer[].stop()
+  test2()
+  mixer[].stop()
+  # test3()
   # mixer[].stop()
-  # test2()
-  # mixer[].stop()
-  test3()
-  mixer[].stop()