Superpowered v2.7.3 is now available
Just a small update from us this time..
General updates
Time stretching algorithms
We've made a slight tweak to our TimeStretching
class when using sound
property of 2. We had reports of audio dropouts and think we've found the bug.
Given that Superpowered's AdvancedAudioPlayer
class also uses the TimeStretching
class internally, that has also inherited the change.
JS/WebAssembly updates
Our earlier 2.7.2
release moved our library towards ESM and used private property syntax under the hood. When this was released out into the wild, it simply didn't swim. Common bundlers struggled to correctly bundle up our library code with the private property syntax, so we've opted for pseudo private syntax using underscores instead of #'s. Don't worry, it's still ESM, we just replaced some undersupported syntax.
Enjoy!
The Superpowered Team
- superpowered documentation
- superpowered reference
- superpowered examples
- superpowered tutorial