You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(sys:load "libs/core/audiobuffer.xtm")
(bind-func dsp:DSP
(let ((ab (AudioBuffer "assets/samples/christmas_carol.aif")))
(lambda (in time chan dat)
(AudioBuffer_read ab chan))))
It just exist with no error message printed or anything.
Also tried with my own build, which uses a more recent VS2019 release, but same result.
The text was updated successfully, but these errors were encountered:
avdrd
changed the title
Trying to play a buffer on Windows plain terminates extermpore
Trying to play a buffer on Windows 10 plain terminates extermpore
Dec 26, 2021
It's working fine for me (on linux sorry) and I'd be surprised if this
wasn't working on windows. I'll take a look next time I fire up a windows
box though.
One thing to try, what happens if you rename the file christmas_carol.aiff
(as a small sanity check for me)
Using v0.8.9 VS 2019 binaries.
It just exist with no error message printed or anything.
Also tried with my own build, which uses a more recent VS2019 release, but same result.
The text was updated successfully, but these errors were encountered: