feat(tts): add Azure AI Speech provider#86
Open
RayJiang4S wants to merge 2 commits into
Open
Conversation
Add an Azure AI Speech TTS provider with REST synthesis, voice catalog discovery, SSML controls, custom endpoint support, and optional SDK word-boundary metadata. Document setup and include provider contract coverage.
Add Azure preflight metadata and REST fallback when word-boundary timing is requested but the optional SDK is missing, unless callers explicitly require word boundaries.
Author
|
Updated this PR with a robustness fix from the multi-provider TTS audition workflow. What changed:
Validation:
|
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.
Summary
Adds an Azure AI Speech text-to-speech provider for OpenMontage.
Highlights:
AZURE_SPEECH_KEYandAZURE_SPEECH_REGIONoperation=list_voicesfor voice catalog discoveryazure-cognitiveservices-speechis installedValidation
Passed:
.venv/bin/python -m pytest -q tests/tools/test_azure_tts.py tests/contracts/test_phase3_contracts.py # 71 passedAlso validated manually with a live Azure Speech resource:
availableoperation=list_voicesforzh-CN: 49 voices returnedtts_selectorroutedpreferred_provider=azuretoazure_ttsand generated audioFull-suite note:
currently stops during collection in
tests/qa/test_08_end_to_end.pybecause its fixture does not include the now-requiredrender_runtimeproperty foredit_decisions. That appears unrelated to this Azure provider change.