Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Lingvanex - #37

Open
markstur wants to merge 9 commits into
masterfrom
lingvanex
Open

Lingvanex#37
markstur wants to merge 9 commits into
masterfrom
lingvanex

Conversation

@markstur

Copy link
Copy Markdown
Collaborator

No description provided.

* Catch and log the connect error, but then continue without translation.

* The skip translation (missing config/connect error, or source=target lang) now does a toUpperCase() just to help demonstrate that the translation code is there and able to do something.

Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
* default dist
* move oldest version up from 10 to 14

Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
Trusty and default dist (Xenial?) are not working with 18.

Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
* If Watson LT is not available, you can use this env setting to point to an alternate tranlation endpoint
* Added a /api/v1/upper endpoint that might resemble what Lingvanex would need (Lingvanex not tested).
* When using LINGVANEX_URL=http://localhost:8080/api/v1/upper you can demonstrate that it just uppercased the text.

Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
* The LINGVANEX URL is now just http://host/api (don't add translate!)
* Getting translation languages from Lingvanex (that url + get-languages)
* Adding output options for translation w/o voice (for Lingvanex only for now)
* Hiding the output speech checkbox and skipping TTS for these.

Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
* For PoC. Might be too noisy to keep.

Signed-off-by: Mark Sturdevant <mark.sturdevant@ibm.com>
…O_TEXT_MODEL_FILTER

By default the app filters models > 8000 rate and voices to contain "V3".

Now you can set those filters. Default is the same as before, but if you'd like to filter nothing,
for example, set the rate to -1 and the voice filter to "" like this:

SPEECH_TO_TEXT_MODEL_FILTER=-1
TEXT_TO_SPEECH_VOICE_FILTER=""
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant