小男孩与老人对话场景

This commit is contained in:
Song367 2025-09-16 16:55:06 +08:00
parent dcef985ffd
commit 86db6c3e07
5 changed files with 9 additions and 62 deletions

View File

@ -131,67 +131,14 @@ function saveSceneState() {
let currentSceneIndex = 0; let currentSceneIndex = 0;
const scenes = [ const scenes = [
{ {
name: '起床', name: '聊天',
defaultVideo: 'qc-bd-4.mp4', defaultVideo: 'xnh-bd-2.mp4',
interactionVideo: 'qc-hc-7.mp4', interactionVideo: 'xnh-sh.mp4',
tag: 'wakeup', tag: 'chat',
apiKey: 'bot-20250724150616-xqpz8', // 起床场景的API key apiKey: 'bot-20250916100919-w8vxr', // 起床场景的API key
openingLines: [ openingLines: [
// '你靠得近点...像梦里那样', "嗨,我是最可爱的小男孩,小乐。",
"刚醒就看到你,真好。", "爷爷奶奶,在干嘛呢?",
// "昨晚梦里喊你名字喊醒了,现在视频看到你,心跳比梦里还烫。",
// "你穿我T恤的样子...让我想咬住衣领不放。",
"宝贝早...你声音比阳光还暖。",
// "喉咙里有咖啡味...要不要来尝尝?记得上次你咬我锁骨时,咖啡还温着。",
// "喂...嗯...刚醒...",
"困死我了...你起这么早啊?"
]
},
{
name: '开车',
defaultVideo: 'kc-bd-3.mp4',
interactionVideo: 'kc-sh-3.mp4',
tag: 'driving',
apiKey: 'bot-20250623140339-r8f8b', // 开车场景的API key
openingLines: [
'喂?刚把导航设好。你说吧,我听着呢。',
'喂,宝贝,我开车呢,刚出小区',
// '看到那个大钟楼没?每次路过都想你。想着要是能牵着你的手,站在最高层往下看该多好。',
'喂宝?开车呢,你说。',
'喂宝?路上呢,你说。',
// '宝贝起床了,刚过红绿灯就忍不住想你了,路上全是你的影子~',
// '车载音乐随机到那首我们接吻时哼的歌,心跳又乱了',
// '导航说今天要开58分钟其实想开58小时去你心里'
]
},
{
name: '咖啡',
defaultVideo: 'hc-bd-3.mp4',
interactionVideo: 'hc-sh-3(1).mp4',
tag: 'coffee',
apiKey: 'bot-20250804180724-4dgtk', // 喝茶场景的API key
openingLines: [
'喂宝?公司楼下喝咖啡呢。',
'宝贝,今天的第一杯咖啡,你喝了吗?',
'报告领导,咖啡补给中!',
'咖啡太好喝了,猜我在哪摸鱼呢。',
// '拉花师给我在咖啡里画了颗心形的奶泡,说是给视频里的小仙女加糖',
// '这杯好苦…但一看到你,就自动回甘了。比加十包糖都管用。你说你是不是我的专属甜味剂?'
]
},
{
name: '睡觉',
defaultVideo: '8-8-sj-bd.mp4',
interactionVideo: '8-8-sj-sh-1.mp4',
tag: 'sleep',
apiKey: 'bot-20250808120704-lbxwj', // 睡觉场景的API key
openingLines: [
'宝贝,一看到你,就不困了。',
'熄灯前最后一道光是你,真好。',
'宝贝困不困?我眼皮在打架了…',
'宝贝,困不困?',
// '捕捉到一只睡前小可爱…成功!',
'世界要静音了…但你的声音是白名单。多说几句?'
] ]
} }
]; ];

View File

@ -3,7 +3,7 @@ export const config = {
// LLM API配置 // LLM API配置
llm: { llm: {
apiKey: 'd012651b-a65b-4b13-8ff3-cc4ff3a29783', // 请替换为实际的API密钥 apiKey: 'd012651b-a65b-4b13-8ff3-cc4ff3a29783', // 请替换为实际的API密钥
model: 'bot-20250724150616-xqpz8', model: 'bot-20250916100919-w8vxr',
}, },
// Minimaxi API配置 // Minimaxi API配置
@ -16,7 +16,7 @@ export const config = {
audio: { audio: {
model: 'speech-02-hd', model: 'speech-02-hd',
voiceSetting: { voiceSetting: {
voice_id: 'yantu-qinggang-demo2-male-4', voice_id: 'yantu-old-man-demo-xnh3',
speed: 1, speed: 1,
vol: 1, vol: 1,
pitch: 0, pitch: 0,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 MiB

After

Width:  |  Height:  |  Size: 421 KiB

BIN
videos/xnh-bd-2.mp4 Normal file

Binary file not shown.

BIN
videos/xnh-sh.mp4 Normal file

Binary file not shown.