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

TTS engines: use nicename #266

Closed
marisademeglio opened this issue Jan 13, 2025 · 0 comments
Closed

TTS engines: use nicename #266

marisademeglio opened this issue Jan 13, 2025 · 0 comments
Milestone

Comments

@marisademeglio
Copy link
Member

from @bertfrees

and I have another one: the TTS engines have a nice name, e.g. the nice name of osx-speech is "macOS". This information can be found in the XML response from the server:

<tts-engines xmlns="http://www.daisy.org/ns/pipeline/data" href="http://localhost:8181/ws/tts-engines">
  <tts-engine name="osx-speech" nicename="macOS" status="available" voices="http://localhost:8181/ws/voices?engine=osx-speech"/>
  <tts-engine message="Property not set: org.daisy.pipeline.tts.google.apikey" name="google" nicename="Google" status="disabled"/>
  <tts-engine message="Property not set: org.daisy.pipeline.tts.azure.key" name="azure" nicename="Azure" status="disabled"/>
</tts-engines>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant