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

AudioPlaySdResmp crashes when two start at the same time #35

Open
atoktoto opened this issue Jul 29, 2021 · 1 comment
Open

AudioPlaySdResmp crashes when two start at the same time #35

atoktoto opened this issue Jul 29, 2021 · 1 comment

Comments

@atoktoto
Copy link
Contributor

Calling two playWav(filename); in quick succession causes Teensy to crash. I know thats not a lot of information but I'm not sure how to debug this. The audio pipeline stops (no other sounds are playing) but the Teensy is not auto-restarted by the watchdog.

@atoktoto
Copy link
Contributor Author

It works ok if I add
AudioNoInterrupts(); before and AudioInterrupts(); after.

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

1 participant