You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an edge case where the module of a TTS plugin does not match its PyPi name, and tts.package_spec is not available, the audio service will attempt to infer a package to install from PyPi based on tts.module. When it cannot find that package, the service errors out and does not load TTS, even if the plugin is available from extra_dependencies.audio.
Description
In an edge case where the
module
of a TTS plugin does not match its PyPi name, andtts.package_spec
is not available, the audio service will attempt to infer a package to install from PyPi based ontts.module
. When it cannot find that package, the service errors out and does not load TTS, even if the plugin is available fromextra_dependencies.audio
.Steps to Reproduce
The issue is resolved by adding
tts.package_spec: neon-tts-plugin-mozilla-remote
.Relevant Code
neon_audio/neon_audio/utils.py
Line 70 in 3c78dea
Other Notes
No response
The text was updated successfully, but these errors were encountered: