This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
AzSpeech v1.6.4
- Pull Request: #173
Changes
- Create new structures: FAzSpeechSubscriptionOptions, FAzSpeechRecognitionOptions & FAzSpeechSynthesisOptions
- Change members of FAzSpeechSynthesisOptions to use the new structures
- Change tasks w/ custom options param to use FAzSpeechSubscriptionOptions & (FAzSpeechRecognitionOptions | FAzSpeechSynthesisOptions)
- Separate options per task type
- Recognitions tasks now store FAzSpeechSubscriptionOptions + FAzSpeechRecognitionOptions
- Synthesis tasks now store FAzSpeechSubscriptionOptions + FAzSpeechSynthesisOptions
- Add new options: Language Identification Mode
- Adjust Audio Generator Tool Data Updates
Notes
- Some changes will break some input params of tasks with custom options due to the different structure type and addition of one more param: Theses tasks will now receive Subscription Options + Recognition|Synthesis Options