Skip to content

Releases: mideind/EmblaCoreJS

v0.4.0

08 Aug 10:23

Choose a tag to compare

  • Stop appending /query.api to query server URL, caused validation issues.
  • Update dependencies.

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

13 Sep 23:28

Choose a tag to compare

Skipped one patch version to get releases and publishing workflow in order.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

13 Sep 23:05

Choose a tag to compare

  • Support for the new transcription functionality in Ratatoskur.
    The methods EmblaAPI.synthesize, RNAudioPlayer.speak and WebAudioPlayer.speak now take transcription arguments.
  • ASR for English supported: Backend now supports ASR language en_US, language is now sent in greetings message.
  • TTS in different languages, currently available voices for each language:
    da-DK: Christel & Jeppe
    de-DE: Elke & Conrad
    en-GB: Abbi & Alfie
    en-US: Jenny & Brandon
    es-ES: Abril & Alvaro
    fr-FR: Brigitte & Alain
    nb-NO: Iselin & Finn
    pl-PL: Agnieszka & Marek
    sv-SE: Sofie & Mattias
    
    (Transcription is only supported for is-IS.)

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

16 Aug 14:31
c12923b

Choose a tag to compare

Version 0.2.1

React Native

EmblaCoreJS now supports compiling not only for the browser environment, but also for React Native!

(Note: Support is still rudimentary and various things are still in the works (asset bundling, better error handling, etc.).)

NPM and jsDelivr

EmblaCoreJS is now on NPM and can be installed with e.g. npm install @mideind/embla-core. Hosting the package on NPM also allows specific releases to be fetched via jsDelivr.

See example/web/client.html for example usage.

Breaking changes

  • Output files have been renamed from emblacore.js to embla-core.js, same for the minimized versions.
  • Package name changed to @mideind/embla-core
  • AudioPlayer and AudioRecorder in the web version are now named WebAudioPlayer and WebAudioRecorder, and their methods are no longer static (causes issues with typescript interfaces).
  • Various source files renamed, e.g. audio.ts -> audio.web.ts and audio.native.ts.

What's Changed

Full Changelog: v0.1.1...v0.2.1

v0.1.1

12 Jun 16:37

Choose a tag to compare

v0.1.1

  • Removed console logging.

v0.1.0

12 Jun 16:05

Choose a tag to compare

Initial release of EmblaCoreJS.