Skip to content

Releases: OvidijusParsiunas/speech-to-element

Azure Endpoint ID and Device ID

08 Mar 06:16
Compare
Choose a tag to compare

Introducing new AzureOptions properties to enhance your speech to text capabilities:

  • endpointId - gets the endpoint ID of a customized speech model that is used for speech recognition. More info here.
  • deviceId - uses the specified audio device that you want for speech recognition. In JavaScript based environments, to get the available device IDs all you need to do is run MediaDevices.enumerateDevices() or await navigator.mediaDevices.enumerateDevices(). More info here.

This release also contains many packages updates and upgrades to the ESLint and TypeScript standards.

Thankyou for using this package!

1.0.3 - Azure autoLanguage detection and bug fixes

18 Jan 06:26
Compare
Choose a tag to compare

This release introduces a new Azure capability called Auto Language which automatically identifies the language(s) spoken by the user. To access it, you can use the new autoLanguage property. More information about this service can be found here.

This release also contains a bug fix where upon restarting the Azure Service, the speech would automatically timeout after 20s.

Thankyou for all your help in supporting this package!

1.0.1 - package information

28 Aug 16:48
Compare
Choose a tag to compare

Package meta data has been updated.

Official first release

23 Aug 14:07
Compare
Choose a tag to compare

This is the official first release for the Speech To Element package.