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

Suggested improvement to pronunciation for Cobalt (with Microsoft TTS male en-AU voice, James) #2442

Closed
slippycheeze opened this issue Dec 19, 2022 · 1 comment
Labels
9. enhancement The behaviour is as specified, but we would like to modify or extend the spec. won't change We won't change this (usually because it is infeasible or would break another app).

Comments

@slippycheeze
Copy link
Contributor

What happens now

Microsoft TTS male en-AU voice, James, pronounces "cobalt" very, very poorly. Unrecognisably poorly.

What I'd like to happen

A custom lexicon entry with the correct pronunciation should resolve this; given it isn't likely a conflict, I'd suggest it for everyone™, but YMMV.

How it can happen

<?xml version="1.0" encoding="UTF-8"?>
<lexicon version="1.0" 
      xmlns="http://www.w3.org/2005/01/pronunciation-lexicon"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
      xsi:schemaLocation="http://www.w3.org/2005/01/pronunciation-lexicon 
        http://www.w3.org/TR/2007/CR-pronunciation-lexicon-20071212/pls.xsd"

      alphabet="ipa"
      xml:lang="en-au">
  <lexeme>
    <!-- didn't automatically get cobalt, the element, correct. -->
    <grapheme>cobalt</grapheme>
    <phoneme>ˈkoʊbɒlt</phoneme>
  </lexeme>
</lexicon>

EDDI Version

v.4.0.1

@Tkael Tkael added the 9. enhancement The behaviour is as specified, but we would like to modify or extend the spec. label Dec 20, 2022
@richardbuckle
Copy link
Member

Given that "cobalt" is a common real-world word, seems like a problem with the voice rather than EDDI. The lexicon is more intended for fixing terms that are specific to astronomy and/or the fictional setting.

@Tkael Tkael changed the title Suggested custom lexicon for en-au pronunciation Suggested improvement to pronunciation for Cobalt (with Microsoft TTS male en-AU voice, James) Dec 25, 2022
@Tkael Tkael added the won't change We won't change this (usually because it is infeasible or would break another app). label Aug 7, 2024
@Tkael Tkael closed this as completed Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9. enhancement The behaviour is as specified, but we would like to modify or extend the spec. won't change We won't change this (usually because it is infeasible or would break another app).
Projects
None yet
Development

No branches or pull requests

3 participants