Releases: OvidijusParsiunas/speech-to-element
Releases · OvidijusParsiunas/speech-to-element
Azure Endpoint ID and Device ID
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 runMediaDevices.enumerateDevices()
orawait 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
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
Package meta data has been updated.
Official first release
This is the official first release for the Speech To Element package.