🌐 JS SDK v1.2.0: SIMD support

Release date: 25 January, 2024

What's New

:heart-decoration: Enhancements

SIMD support

This JS SDK version comes with support for SIMD (Single Instruction, Multiple Data) CPU units, allowing a single instruction to operate on multiple data points at the same time during audio processing, therefore greatly enhancing processing speed and efficiency.

:hammer: Fixes

TypeScript issue fix

An issue related to lAudioFilterNode symbol error in TypeScript has been resolved.