From ee3487478918c247882ddf172e5563afdf6007cd Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 19 Sep 2024 08:21:57 +0000 Subject: [PATCH] =?UTF-8?q?tips=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tips.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tips.md b/tips.md index b9d94ca..76e0f12 100644 --- a/tips.md +++ b/tips.md @@ -26,6 +26,8 @@ BP_PlayerでABPを切り替え、ABPにはstateを追加していきます。 必要なmotionはadobeの[mixamo](https://www.mixamo.com/)を使えます。またbandaiの[Bandai-Namco-Research-Motiondataset](https://github.com/BandaiNamcoResearchInc/Bandai-Namco-Research-Motiondataset/blob/master/README_Japanese.md)もあります。 +vmcを使うには[vseeface](https://www.vseeface.icu/) + [webcam motion capture](https://webcammotioncapture.info/)を使います。 + ## world - 空 : worldの空は`sky atmosphere`で球体(地球の直径6360)にします。ultra skyなどにはもとから入っています。 @@ -72,3 +74,11 @@ $ ./Start_SignallingServer_nopublic.ps1 --UseMatchmaker true --MatchmakerAddress 使い方は[blueprintue](https://blueprintue.com/search/?query=varest)で検索してください。 +## npc + +NPCなどの会話や操作は音声とAIを使用します。 + +- [RuntimeSpeechRecognizer](https://github.com/gtreshchev/RuntimeSpeechRecognizer) +- [RuntimeAudioImporter](https://github.com/gtreshchev/RuntimeAudioImporter) +- [ChatGPT](https://platform.openai.com/docs/api-reference/introduction) +- [elevenlabs](https://elevenlabs.io/docs/api-reference/text-to-speech) \ No newline at end of file