added

🌐 JS SDK v1.0.5: Single package & Dynamic model loading

Release date: 31 January, 2023

What's New

:heart-decoration: Improvements

  • Dynamic model loading: The model is now loaded dynamically, giving you more control over the loading process and reducing the time required for initial setup.
  • Absolute path support: The model can now be loaded from an absolute path, allowing you to store it in a location of your choice.
  • Embedded worker and worklet: worker.js and worklet.js have been combined into a single krispsdk.js package, making integration easier and reducing the number of files required for setup.

:heavy-plus-sign: New functionality

  • A new reference app has been added with the functionality of pre-loading SDK before the start of audio processing. This allows to ensure quick and smooth processing by reducing the time required for initializing the SDK, loading necessary resources and setting up required configurations, resulting in improved overall performance and a more seamless user experience.