Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

AzSpeech v1.6.4

Compare
Choose a tag to compare
@lucoiso lucoiso released this 28 Mar 20:19
· 57 commits to main since this release
28df7ef
  • 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

Screenshots

New Structures & Modified Task Params + Modified Settings/Options

image

Settings Page

image

Known Issues

Regressions

  1. Recognition Completed event not being called