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!