2013年10月29日 星期二

Windows 8 中文文字轉語音

1. SpeechPlatformRuntime_x64 不須安裝。
2. Install x64_MicrosoftSpeechPlatformSDK
3. Install MSSpeech_TTS_zh-TW_HanHan (MS 沒放在網上)
4. Install MSSpeech_SR_zh-TW_TELE (預期中文語音辨識應該OK!)
5. Test program:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SpeechLib;

namespace SpeechEx2
{
    class Program
    {
        static void Main(string[] args)
        {
            SpVoice Sp = new SpVoice();
            Sp.Speak("This is a test.  測試文字轉語音", SpeechVoiceSpeakFlags.SVSFDefault);
        }
    }
}
6. OK.

2013年10月25日 星期五

2013年10月22日 星期二

輸入產品金鑰不符合任何可用來安裝的Windows映象

ASUS X450J 配置Windows 8,改DVD為SSD,安裝第2OS Server 2012
無法安裝:輸入產品金鑰不符合任何可用來安裝的Windows映象...
Ref:http://idaiwan.pixnet.net/blog/post/38066447-%E5%A6%82%E4%BD%95%E5%9C%A8%E5%AE%89%E8%A3%9D-windows-8-%E6%99%82%EF%BC%9A%E4%B8%8D%E8%BC%B8%E5%85%A5%E7%94%A2%E5%93%81%E9%87%91%E9%91%B0%E3%80%81%E4%B8%A6
在Bootable USB 碟的 Source 目錄下(先確認無ei.cfg檔),加入以記事本編輯的ei.cfg,
[Channel]
Retail
二行文字,安裝OK。