Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 577 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 577 Bytes

SpeechServerForUnityChan

UnityChanを喋らせるためのサーバプログラム(SpeechServerForUnityChan:ssfu)とクライアントプログラム(ssfu_client)

Install

SpeechServerForUnityChan

  1. Scriptsの中のプログラム全てをUnityにインポートする。
  2. SpeechServer.csをUnityChanにAddする(AudioSourceもAddしておく)。

ssfu_client

  1. ssfu_clientフォルダ中のREADME参照。

Run

  1. Unityでシーンを実行。サーバが起動する。
  2. ssfu_clientのsample.pyを実行。Unityで音声が再生されれば成功。