2012年3月9日金曜日

Blender Add-on : Lipsync Tool #2


⇒ 詳細 / Details 作成中

構成 : Blender python-script + 改造版julius
入力 : 既定の録音デバイス(手動でjuliusを起動する場合は環境変数PORTAUDIO_DEV_NUMで変更可能)
必須 : julius用の音響モデル、辞書、及び設定ファイル
(基本juliusウェブサイトで公開されているものが利用できるが、設定ファイルにinputがmic以外で設定されているとエラーになる)
動作確認済:Ubuntu11.10_amd64、Windows32bit/64bit(Visual C++ 2008 SP1再頒布パッケージ要)
(ソースコードを公開しているので、上記以外の環境についてはご自分でビルドして下さい)
モジュールの配置:任意。但し、パスに空白を含まないこと。(Windowsの場合はportaudio_x86.dllを同一フォルダに置いておくこと)
設定ファイルの配置:任意。但し、パスに空白を含まないこと。


SET : Blender python-script + modified julius
INPUT : Default recording device(microphone) (If starting julius with handle,it can be changed with the environment value as PORTAUDIO_DEV_NUM)
MUST : The acoustic model , the dictionaries and configuration file for julius
(The configures published on julius web site is available, but if it has the line as input without mic, it can't)
TESTED : Ubuntu11.10_amd64、Windows32bit/64bit(Need Visual C++2008 SP1 republish package)
PLACE OF EXECUTABLE MODULE : Any, but the path must not include SPACE (If on Windows,portaudio_x86.dll must be put at where is same as the julius executable module)
PLACE OF CONFIGURE : Any, but the path must not include SPACE.