Releases: mideind/EmblaCoreJS
Releases · mideind/EmblaCoreJS
v0.4.0
- Stop appending
/query.apito query server URL, caused validation issues. - Update dependencies.
What's Changed
- Bump @babel/traverse from 7.22.10 to 7.25.3 by @dependabot in #6
- Bump react-devtools-core from 4.28.0 to 4.28.5 by @dependabot in #7
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #8
- Bump fast-xml-parser from 4.2.7 to 4.4.1 by @dependabot in #9
- Address vulns in dependencies by @sultur in #11
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Skipped one patch version to get releases and publishing workflow in order.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Support for the new transcription functionality in Ratatoskur.
The methodsEmblaAPI.synthesize,RNAudioPlayer.speakandWebAudioPlayer.speaknow 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:
(Transcription is only supported for is-IS.)
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
What's Changed
Full Changelog: v0.2.1...v0.3.0
v0.2.1
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.jstoembla-core.js, same for the minimized versions. - Package name changed to
@mideind/embla-core AudioPlayerandAudioRecorderin the web version are now namedWebAudioPlayerandWebAudioRecorder, and their methods are no longer static (causes issues with typescript interfaces).- Various source files renamed, e.g.
audio.ts->audio.web.tsandaudio.native.ts.
What's Changed
Full Changelog: v0.1.1...v0.2.1