This repository was archived by the owner on May 6, 2022. It is now read-only.
This repository was archived by the owner on May 6, 2022. It is now read-only.
Custom HTTP timeouts for Spokestack TTS #156
Open
Description
The read and connect timeouts for SpokestackTTSClient
should be configurable. This should be achievable by looking for new SpeechConfig
properties in SpokestackTTSService
and passing them directly to a new client constructor that accepts this configuration (the current constructor should set the configuration to the current values as defaults and call this new constructor).