我需要帮助建立一个词汇的SpeechSynthesizer。某种类型的模板,这样我就可以知道如何创建一个我就、建立一个、创建一个、词汇

2023-09-03 07:54:38 作者:不适合动情的年纪

更多或更少的标题所说的话。我想创建的希腊文本到语音的词汇,所以我可以让我的语言SpeechSynthesizer。我在哪里可以找到某种类型的模板?或者一些指导????或任何你所能提供的是可以接受的,因为在SpeechSynthesizer没有希腊suppport。但我需要它是我自己的创作。而不是一些第三方应用程序。软件开发工具包,头文件,库,原料药全部接受。只是,有希腊文本到语音没有现成的应用

More or less what the title says. I wish to create a lexicon of greek text to speech so I can make my language for SpeechSynthesizer. Where can I find a template of some kind?? Or some guidelines???? Or anything you can possibly offer is acceptable as there is no greek suppport in SpeechSynthesizer. But i need it to be my own creation. Not some third party app. SDKs, header files, libraries, apis all accepted. Just no ready apps that have greek text to speech

推荐答案

下面是一个只有1个字(蓝色)样本。

Here is a sample with only 1 word (blue).

<?xml version="1.0" encoding="UTF-8"?>

<lexicon version="1.0" 
      xmlns="http://www.w3.org/2005/01/pronunciation-lexicon"
      alphabet="x-microsoft-ups" xml:lang="en-US">


  <lexeme>
    <grapheme> blue </grapheme>
    <phoneme> B L I P </phoneme>
  </lexeme>

</lexicon>

这是从: MSDN - 点击这里查看完整的文章。 我也suggesr阅读发音词典参考(微软。语音)

this was taken from: MSDN - Click here for the full article. I would also suggesr reading Pronunciation Lexicon Reference (Microsoft.Speech)