mirror of
https://github.com/JezzWTF/vibepod.git
synced 2026-06-01 15:22:14 +00:00
71ffb0e14c
- Implemented the modern TC39 browser-native `Uint8Array.fromBase64` API to significantly speed up Base64 parsing to PCM. - Fallback gracefully to the standard chunk decoding loop if the native method is unavailable, keeping backwards compatibility. - Achieved a ~4.6x measured improvement in Puppeteer browser tests (From 928ms down to 198ms for 1MB payload payload benchmarks). Co-authored-by: LyAhn <27559362+LyAhn@users.noreply.github.com>