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