This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
Releases: msimecek/Azure-Speech-CLI
Releases · msimecek/Azure-Speech-CLI
1.5.2
1.5.1
Maintenance/refactoring update. No NuGet release for this version.
Changelog:
config create
- Removed region check as they appear faster than CLI updates.config select
- Added check if there is a config with this name in the list.model list-scenarios
- Includes purpose as well (handy when using "all").transcript download
- the--out-dir
parameter is not required anymore. Current dir will be use if not provided.
Code:
- First attempt at unit testing. Not well yet.
- Code refactored - console app has now its own class.
- Config is now implementing IConfig.
1.5.0
Changelog:
- Added
--word-level-timestamps
parameter to transcriptions - (Breaking) Moved transcription ID into argument when downloading transcription (
transcript download <ID>
instead oftranscript download --id <ID>
model list-scenarios
help includes possible values- Added the ability to upload pronunciation datasets
- Added the ability to create pronunciation models