feat: add Azure TTS speech synthesis timeout parameters for disable streaming #138
Open
vdharashive wants to merge 1 commit intojambonz:mainfrom
Open
feat: add Azure TTS speech synthesis timeout parameters for disable streaming #138vdharashive wants to merge 1 commit intojambonz:mainfrom
vdharashive wants to merge 1 commit intojambonz:mainfrom
Conversation
- Add JAMBONES_AZURE_SPEECH_SYNTHESIS_FRAME_TIMEOUT_INTERVAL env var (default: 15000ms) - Add JAMBONES_AZURE_SPEECH_SYNTHESIS_RTF_TIMEOUT_THRESHOLD env var (default: 4) - Apply timeout settings only when JAMBONES_DISABLE_AZURE_TTS_STREAMING is enabled - Use PropertyId.SpeechSynthesis_FrameTimeoutInterval (14101) and PropertyId.SpeechSynthesis_RtfTimeoutThreshold (14102) from Azure Speech SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#137