comparison tests/test_audio.nim @ 178:88198b0afacc

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 36e10cc04a33
children 77755701bf49
comparison
equal deleted inserted replaced
177:42e99cb20da2 178:88198b0afacc
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()