comparison 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
comparison
equal deleted inserted replaced
638:bae5b7b884bb 639:977392dc055f
83 startMixerThread() 83 startMixerThread()
84 test1() 84 test1()
85 mixer[].stop() 85 mixer[].stop()
86 test2() 86 test2()
87 mixer[].stop() 87 mixer[].stop()
88 test3() 88 while true:
89 mixer[].stop() 89 test3()
90 mixer[].stop()