From 1e4feb09dfed078139c4ba091017662e8ccefa4d Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 3 Jan 2026 22:45:43 +0000 Subject: [PATCH] =?UTF-8?q?v=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 --- v.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/v.md b/v.md index c0c1233..34b6a97 100644 --- a/v.md +++ b/v.md @@ -108,4 +108,29 @@ fn blink(socket: &UdpSocket, target: &str, value: f32) { let buf = rosc::encoder::encode(&OscPacket::Message(apply)).unwrap(); socket.send_to(&buf, target).unwrap(); } -``` \ No newline at end of file +``` + +## AI + character + game + +Talk to the characters. +The characters act on their own initiative. + +### character voice + +`elevenlabs.io`: https://elevenlabs.io/docs/api-reference/authentication + +```json +{ + "elevenlabs": { + "model": "eleven_turbo_v2.5", + "voice_id": "lhTvHflPVOqgSWyuWQry" + } +} +``` + +### voice to text + +`Cloud Speech-to-Text API`: https://docs.cloud.google.com/speech-to-text/docs/quickstarts/transcribe-api + +### AI +