Skip to content

Commit

Permalink
added Vosk support
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Jun 21, 2022
1 parent 8f86f7b commit 9403c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AliceCli/install/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ def getAliceConfig(confs, releaseType):
default='coqui',
choices=[
Choice('coqui', name='Coqui'),
Choice('vosk', name='Vosk'),
Choice('snips', name='Snips (/!\ English only)'),
Choice('google', name='Google (/!\ Online)'),
Choice('deepspeech', name='Deepspeech'),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='projectalice-cli',
version='1.3.21',
version='1.3.22',
long_description=Path('README.md').read_text(encoding='utf8'),
long_description_content_type='text/markdown',
python_requires='>=3.8',
Expand Down

0 comments on commit 9403c33

Please sign in to comment.