Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to play a buffer on Windows 10 plain terminates extermpore #405

Open
avdrd opened this issue Dec 26, 2021 · 1 comment
Open

Trying to play a buffer on Windows 10 plain terminates extermpore #405

avdrd opened this issue Dec 26, 2021 · 1 comment

Comments

@avdrd
Copy link

avdrd commented Dec 26, 2021

Using v0.8.9 VS 2019 binaries.

(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.

@avdrd 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
@digego
Copy link
Owner

digego commented Jan 3, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants