Replies: 1 comment 2 replies
-
you have to delete the you also have the option of using also your output buffer size will have an impact on general latency. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
What is the best way if I want to loop one wav file (in PROGMEM), which is very small (100ms) and should loop almost immediately?
I would like to simulate shots of machine gun (cosplay prop).
Because the shots are so short I would like to do it in the best possible way according to performance.
When I tried to simply do
I get error
AudioGeneratorWAV::begin: file not open
. Isn't there more effective way then loading everything again?Also I wasn't able to find any API documentation.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions