我需要帮助建立一个词汇的SpeechSynthesizer。某种类型的模板,这样我就可以知道如何创建一个 [英] I need help creating a lexicon for SpeechSynthesizer. A template of some kind so i can know how to create one

查看:169
本文介绍了我需要帮助建立一个词汇的SpeechSynthesizer。某种类型的模板,这样我就可以知道如何创建一个的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

更多或更少的标题所说的话。我想创建的希腊文本到语音的词汇,所以我可以让我的语言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>

这是从:<一href="http://msdn.microsoft.com/en-us/library/system.speech.synthesis.speechsynthesizer.addlexicon.aspx"相对=nofollow> MSDN - 点击这里查看完整的文章。 我也suggesr阅读发音词典参考(微软。语音)

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

这篇关于我需要帮助建立一个词汇的SpeechSynthesizer。某种类型的模板,这样我就可以知道如何创建一个的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆