What's Changed
- get rid of stb_vorbis c file in favor of the Xiph OGG libraries by @alnitak in #491
- feat: capture the master mixer output as a
Stream<Uint8List>by @alnitak in #495 - feat: add an isolate-safe singleton for running mixer output capture by @alnitak in #497
- feat: add native loop end points by @Kunstderfug in #499
- Add SUMOJI game to the list of apps by @3vmartinet in #506
- feat: pull buffer streaming support by @alnitak in #503
- feat: add playClocked/play3dClocked with sample-accurate scheduling by @alnitak in #505
- feat: add
getEngineTime,playScheduled,stopScheduledandfadeScheduled(extends #505) by @alnitak in #509 - fix: stop() can throw uncaught "Bad state: Future already completed" when the native voiceEnded event races the internal 300 ms timeout by @alnitak in #510
- Output a warning when NO_OPUS_OGG_LIBS is set by @filiph in #511
- version 4.1.0 by @alnitak in #512
New Contributors
- @3vmartinet made their first contribution in #506
Full Changelog: v4.0.13...v4.1.0