Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/g2p plugins #21

Merged
merged 1 commit into from
Feb 2, 2022
Merged

Feat/g2p plugins #21

merged 1 commit into from
Feb 2, 2022

Conversation

NeonJarbas
Copy link
Contributor

@NeonJarbas NeonJarbas commented Dec 2, 2021

makes the phoneme_guesser modular, it can now be replaced with something better like gruut

the default usage was with phoneme_guesser which is a few MB because of bundled dicts, the new suggested default is the cmudict plugin which only gets phonemes for known words

this is only used to generate the mouth movements / viseme messages

support in plugins + automatic conversion was implemented for ipa and arpa alphabets, ARPA is expected by core

a companion PR should be done in ovos_utils to deprecate the get_phonemes utils

plugins:

companion PR:
OpenVoiceOS/awesome-ovos-plugins#1
OpenVoiceOS/ovos-utils#11

JarbasAl added a commit that referenced this pull request Dec 2, 2021
Copy link
Member

@NeonDaniel NeonDaniel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did not test; left minor comment on version specs for dependencies

setup.py Show resolved Hide resolved
@JarbasAl JarbasAl mentioned this pull request Jan 5, 2022
@JarbasAl JarbasAl merged commit 1b7d8b5 into OpenVoiceOS:master Feb 2, 2022
JarbasAl added a commit that referenced this pull request Feb 3, 2022
JarbasAl added a commit that referenced this pull request Feb 3, 2022
PR merged too early and missing this commit
@JarbasAl JarbasAl added the enhancement New feature or request label Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants