Oppiie
Oppiie
Do you guys @skylum1 and @duongtricn2c experience this issue in both Debug and Release mode ? It seems that this only happens in Release mode on my end.
Any reason why this is open and abandoned ?
@bjd2385 I see. It seems like this past argument isn't valid anymore: > In the function signatures. Requires 3.5ish+. Not an option here due to our continuing support for older...
@lrhn Any idea if there's progress on this or if it's on the back burner since 2022? The acceptance of no-parameter functions being passed when a function type with only...
Any update on this? It's one of the main things I'd love to have given that my tests sometimes fail on circular imports and having the fast linter spot these...
Lovely! Good luck with that then. I wish I could help but unfortunately my Rust knowledge is non-existent :c
Working on debugging the skip. So far, I see that this line (Howler.js @ _refreshBuffer): `sound._node.bufferSource.buffer = cache[self._src];` (more specifically, `cache[self._src]`) takes ~300ms alone with the large audio file, while...
After some testing, here's the patch I have that works for a single sound Howl (won't work with multiple sounds): Change the following: `sound._node.bufferSource.buffer = cache[self._src];` To this: `sound._node.bufferSource.buffer =...