2012年3月27日 星期二

Speech Platform v11 -- 1

文字轉語音又弄了半天半,擔心x64平台,x86發展工具
1. 系統說明
    Windows 7 x64 作業系統
    VS2010 x86 工具
    ASUS A43S 筆電
2. Ref : http://www.microsoft.com/download/en/details.aspx?id=27224

Instructions


  • First install the Microsoft Speech Platform - Runtime 11.0
  • Click the file you want to download from the list below.
  • Do one of the following:
    • To start the installation immediately, click Open or Run this program from its current location.
    • To copy the download to your computer for installation at a later time, click Save or Save this program to disk
1. 下載 Speech Platform Runtime 安裝
2. 下載 MSSpeech_TTS_zh-TW_HanHan.msi 中文安裝
3. 下載 MSSpeech_SR_zh-TW_TELE 中文安裝
4. 下載SDK安裝
5. Console mode testing program

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
// Add SpeechLib.DLL from COM component
using SpeechLib;

namespace Speech5
{
    class Program
    {
        static void Main(string[] args)
        {
            SpVoice 說 = new SpVoice();
            說.Speak("本專題運用DXStudio與VS 2010開發工具,建立視窗型的角色扮演應用程式,除整理DXStudio可運用的場景、人物、物件等元件,以DXStudio編輯器,自行規劃場景與加入人物,綜合運用javascript與C#程式,開發遊戲所需之程式模組");
            說.Speak("This is a test for English speaking.", SpeechVoiceSpeakFlags.SVSFDefault);
        }
    }
}
測試OK!

3 則留言:

  1. 作者已經移除這則留言。

    回覆刪除
  2. 我看你之前的一篇連結FB的文章
    http://csjoublog.blogspot.com/2011/06/facebook-winform-api-test-ok.html
    當按下登入時會出現需要輸入FB帳號密碼
    但我們想製作成 按一下"登入"他就幫你完成FB登入
    請問要從哪裡下手比較好呢?

    麻煩你了,謝謝

    回覆刪除
    回覆
    1. 抱歉,學生專題結束一段時間了,因平台更換,不便修改隨附程式,手邊有其他事務無法協助測試,可以試試由FacebookLoginDialog表單著手,祝好運!

      刪除