PHONEMES for Jarvis or Gideon

Has anyone been able to come up with phonemes for Jarvis or Gideon? Im trying to rename mycroft but after googling it i cant seem to find it. Help!

I also wanted to call mycroft Gideon so I just made it work with “HH EY . G IY D IY AH N .” as phonemes.

It works!! Awesome. Thanks. Now have to figure out a way to connect it to my car speakers lol

You can also work out the phonemes for your keywords using this tool:

http://www.speech.cs.cmu.edu/cgi-bin/cmudict

phonemes utils - https://github.com/JarbasAl/mycroft_jarbas_utils

util to get phonemes from any string, useful for example for a skill that changes wake word

checks cmu dict from nltk for phonemes, if not available guesses them

jarbas - JH AE R B AE S
alexa - AH0 L EH1 K S AH0
hey mycroft - H H E Y 1 . M Y K R O W F T
raspi - R AE S P IH

usage

from mycroft_jarbas_utils.phonemes import guess_phonemes

phonemes = get_phonemes("jarbas")