Closed markbackman closed 2 weeks ago
AzureTTSService now uses Azure websockets instead of HTTP requests.
AzureTTSService
The previous AzureTTSService HTTP implementation is now AzureHttpTTSService.
AzureHttpTTSService
Also, added an AzureBaseTTSService to avoid duplication.
AzureBaseTTSService
Please describe the changes in your PR. If it is addressing an issue, please reference that as well.
AzureTTSService
now uses Azure websockets instead of HTTP requests.The previous
AzureTTSService
HTTP implementation is nowAzureHttpTTSService
.Also, added an
AzureBaseTTSService
to avoid duplication.