Appearance
🎧 音乐模型 Riffusion
- 2025.06.05 本站已经支持 音乐模型
Riffusion
- 提示词输入一次,生成 2 首歌曲
- 计费初步按次数,并非按歌曲数;
Riffusion API
- 约定 header 带上
Authorization: Bearer your-key
1.生成任务
shell
curl --request POST \
--url https://api.openai-hk.com/riffusion/generate \
--header 'Authorization: Bearer hk-your-key' \
--header 'Content-Type: application/json' \
--data '{
"model": "FUZZ-1.0",
"lyrics": "[Verse]\n嗒嗒时钟轻敲着鼓点\n幼儿园里梦幻的画面\n我们是城堡里的精灵\n欢笑嬉戏乐趣无边\n\n[Verse 2]\n滑滑梯像巨龙的脊背\n哧溜一下欢笑飞\n笑声在空中炸开了花\n连云朵都被逗乐啦\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假\n\n[Verse 3]\n小桌子是知识的港湾\n老师故事满是光环\n温柔话语像火苗温暖\n点燃了我们智慧的帆\n\n[Bridge]\n手拉手在草地上奔跑\n迎着风儿开心地咯咯笑\n阳光牵着我们向上飘\n未来的树冠我们骄傲\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假",
"tag": "流行,粤语",
"title":"童年"
}'
curl --request POST \
--url https://api.openai-hk.com/riffusion/generate \
--header 'Authorization: Bearer hk-your-key' \
--header 'Content-Type: application/json' \
--data '{
"model": "FUZZ-1.0",
"lyrics": "[Verse]\n嗒嗒时钟轻敲着鼓点\n幼儿园里梦幻的画面\n我们是城堡里的精灵\n欢笑嬉戏乐趣无边\n\n[Verse 2]\n滑滑梯像巨龙的脊背\n哧溜一下欢笑飞\n笑声在空中炸开了花\n连云朵都被逗乐啦\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假\n\n[Verse 3]\n小桌子是知识的港湾\n老师故事满是光环\n温柔话语像火苗温暖\n点燃了我们智慧的帆\n\n[Bridge]\n手拉手在草地上奔跑\n迎着风儿开心地咯咯笑\n阳光牵着我们向上飘\n未来的树冠我们骄傲\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假",
"tag": "流行,粤语",
"title":"童年"
}'
请求体
json
{
"model": "FUZZ-1.0",
"lyrics": "[Verse]\n嗒嗒时钟轻敲着鼓点\n幼儿园里梦幻的画面\n我们是城堡里的精灵\n欢笑嬉戏乐趣无边\n\n[Verse 2]\n滑滑梯像巨龙的脊背\n哧溜一下欢笑飞\n笑声在空中炸开了花\n连云朵都被逗乐啦\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假\n\n[Verse 3]\n小桌子是知识的港湾\n老师故事满是光环\n温柔话语像火苗温暖\n点燃了我们智慧的帆\n\n[Bridge]\n手拉手在草地上奔跑\n迎着风儿开心地咯咯笑\n阳光牵着我们向上飘\n未来的树冠我们骄傲\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假",
"tag": "流行,粤语",
"title": "童年"
}
{
"model": "FUZZ-1.0",
"lyrics": "[Verse]\n嗒嗒时钟轻敲着鼓点\n幼儿园里梦幻的画面\n我们是城堡里的精灵\n欢笑嬉戏乐趣无边\n\n[Verse 2]\n滑滑梯像巨龙的脊背\n哧溜一下欢笑飞\n笑声在空中炸开了花\n连云朵都被逗乐啦\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假\n\n[Verse 3]\n小桌子是知识的港湾\n老师故事满是光环\n温柔话语像火苗温暖\n点燃了我们智慧的帆\n\n[Bridge]\n手拉手在草地上奔跑\n迎着风儿开心地咯咯笑\n阳光牵着我们向上飘\n未来的树冠我们骄傲\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假",
"tag": "流行,粤语",
"title": "童年"
}
关键字段说明
字段 | 类型 | 说明 |
---|---|---|
model | string | 模型 可选值 FUZZ-1.0 FUZZ-1.0 Pro FUZZ-1.1 Pro |
lyrics | string | 歌词 |
tag | string | 标签 |
title | string | 歌曲名 |
- 返回体
- 得到 2 个 id 供给后面查询任务的 task_id1, task_id2
json
{
"jobs": [
{
"id": "989aff28-4df4-48d9-8ea3-92b746b4b765"
},
{
"id": "322ebfd9-fefe-4728-a47a-c5825d7f0c2e"
}
]
}
{
"jobs": [
{
"id": "989aff28-4df4-48d9-8ea3-92b746b4b765"
},
{
"id": "322ebfd9-fefe-4728-a47a-c5825d7f0c2e"
}
]
}
2.获取任务
get https://api.openai-hk.com/riffusion/feed/{task_id1},{task_id2}
shell
curl --request GET \
--url https://api.openai-hk.com/riffusion/feed/989aff28-4df4-48d9-8ea3-92b746b4b765,322ebfd9-fefe-4728-a47a-c5825d7f0c2e \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer hk-your-key'
curl --request GET \
--url https://api.openai-hk.com/riffusion/feed/989aff28-4df4-48d9-8ea3-92b746b4b765,322ebfd9-fefe-4728-a47a-c5825d7f0c2e \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer hk-your-key'
- 返回体
generations[0].id
为对应任务的 task_id - 返回体 无状态值
- 状态只能通过
generations[0].audio_url
值判断,如果有值则表示成功,否则为过程中 - 返回体样例
json
{
"generations": [
{
"id": "989aff28-4df4-48d9-8ea3-92b746b4b765",
"group_id": "0be6c004-c8b3-4069-9418-c46e585a2a71",
"author_id": "683dbacf-fc06-4248-b879-6f00d8221d94",
"created_at": "2025-06-05T13:09:31.558567Z",
"audio_variation": null,
"lyrics": "[Verse]\n嗒嗒时钟轻敲着鼓点\n幼儿园里梦幻的画面\n我们是城堡里的精灵\n欢笑嬉戏乐趣无边\n[Verse 2]\n滑滑梯像巨龙的脊背\n哧溜一下欢笑飞\n笑声在空中炸开了花\n连云朵都被逗乐啦\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假\n[Verse 3]\n小桌子是知识的港湾\n老师故事满是光环\n温柔话语像火苗温暖\n点燃了我们智慧的帆\n[Bridge]\n手拉手在草地上奔跑\n迎着风儿开心地咯咯笑\n阳光牵着我们向上飘\n未来的树冠我们骄傲\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假",
"title": "童年",
"image_override": null,
"sound": "流行,粤语",
"topic": null,
"image_id": "989aff28-4df4-48d9-8ea3-92b746b4b765",
"simple_waveform": null,
"remix_parent_id": null,
"duration_s": 205.44,
"privacy": "unlisted",
"transform": null,
"parent_riff_id": null,
"audio_upload_id": null,
"model_display_name": "FUZZ-1.0",
"is_favorite": false,
"favorite_count": 0,
"play_count": 0,
"allow_public_use": true,
"can_use": true,
"audio_b64": null,
"image_b64": null,
"video_id": null,
"conditions": [
{
"prompt": null,
"lyrics": "[Verse]\n嗒嗒时钟轻敲着鼓点\n幼儿园里梦幻的画面\n我们是城堡里的精灵\n欢笑嬉戏乐趣无边\n\n[Verse 2]\n滑滑梯像巨龙的脊背\n哧溜一下欢笑飞\n笑声在空中炸开了花\n连云朵都被逗乐啦\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假\n\n[Verse 3]\n小桌子是知识的港湾\n老师故事满是光环\n温柔话语像火苗温暖\n点燃了我们智慧的帆\n\n[Bridge]\n手拉手在草地上奔跑\n迎着风儿开心地咯咯笑\n阳光牵着我们向上飘\n未来的树冠我们骄傲\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假",
"vibe_input": null,
"strength": 0.5,
"condition_start": 0,
"condition_end": 1,
"t_start": 1,
"t_end": 0
},
{
"prompt": "流行,粤语",
"lyrics": null,
"vibe_input": null,
"strength": 0.5,
"condition_start": 0,
"condition_end": 1,
"t_start": 1,
"t_end": 0
}
],
"lyrics_timestamped": {
"words": [
{
"text": "[Verse]",
"start": 6.4,
"end": 6.4,
"line_index": 0,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "嗒嗒时钟轻敲着鼓点",
"start": 10.24,
"end": 16.64,
"line_index": 1,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "幼儿园里梦幻的画面",
"start": 17.28,
"end": 19.84,
"line_index": 2,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "我们是城堡里的精灵",
"start": 20.48,
"end": 23.04,
"line_index": 3,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "欢笑嬉戏乐趣无边",
"start": 23.68,
"end": 26.24,
"line_index": 4,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Verse",
"start": 27.52,
"end": 27.52,
"line_index": 6,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "2]",
"start": 27.52,
"end": 27.52,
"line_index": 6,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "滑滑梯像巨龙的脊背",
"start": 27.52,
"end": 30.72,
"line_index": 7,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "哧溜一下欢笑飞",
"start": 30.72,
"end": 33.92,
"line_index": 8,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "笑声在空中炸开了花",
"start": 35.2,
"end": 37.76,
"line_index": 9,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "连云朵都被逗乐啦",
"start": 38.4,
"end": 40.96,
"line_index": 10,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Chorus]",
"start": 41.6,
"end": 42.24,
"line_index": 12,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "画笔下涂满了童话",
"start": 42.24,
"end": 44.8,
"line_index": 13,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "彩色世界我的表达",
"start": 44.8,
"end": 48.64,
"line_index": 14,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "旋转木马上阳光洒",
"start": 49.92,
"end": 51.2,
"line_index": 15,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "每一天都像童年的假",
"start": 52.48,
"end": 55.04,
"line_index": 16,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Verse",
"start": 58.88,
"end": 58.88,
"line_index": 18,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "3]",
"start": 68.48,
"end": 68.48,
"line_index": 18,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "小桌子是知识的港湾",
"start": 70.4,
"end": 73.6,
"line_index": 19,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "老师故事满是光环",
"start": 74.24,
"end": 76.16,
"line_index": 20,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "温柔话语像火苗温暖",
"start": 76.16,
"end": 80,
"line_index": 21,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "点燃了我们智慧的帆",
"start": 80,
"end": 97.28,
"line_index": 22,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Bridge]",
"start": 139.52,
"end": 139.52,
"line_index": 24,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "手拉手在草地上奔跑",
"start": 149.12,
"end": 151.68,
"line_index": 25,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "迎着风儿开心地咯咯笑",
"start": 152.32,
"end": 154.88,
"line_index": 26,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "阳光牵着我们向上飘",
"start": 155.52,
"end": 158.08,
"line_index": 27,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "未来的树冠我们骄傲",
"start": 158.08,
"end": 160,
"line_index": 28,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Chorus]",
"start": 160.64,
"end": 161.92,
"line_index": 30,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "画笔下涂满了童话",
"start": 162.56,
"end": 163.84,
"line_index": 31,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "彩色世界我的表达",
"start": 164.48,
"end": 167.68,
"line_index": 32,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "旋转木马上阳光洒",
"start": 168.32,
"end": 171.52,
"line_index": 33,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "每一天都像童年的假",
"start": 172.8,
"end": 175.36,
"line_index": 34,
"index_range": null,
"wav2vec2_format": null
}
]
},
"audio_url": "https://storage.googleapis.com/corpusant-app-public/riffs/683dbacf-fc06-4248-b879-6f00d8221d94/audio/989aff28-4df4-48d9-8ea3-92b746b4b765.m4a",
"image_url": "https://storage.googleapis.com/corpusant-app-public/riffs/683dbacf-fc06-4248-b879-6f00d8221d94/image/989aff28-4df4-48d9-8ea3-92b746b4b765.jpg",
"video_url": null
},
{
"id": "322ebfd9-fefe-4728-a47a-c5825d7f0c2e",
"group_id": "0be6c004-c8b3-4069-9418-c46e585a2a71",
"author_id": "683dbacf-fc06-4248-b879-6f00d8221d94",
"created_at": "2025-06-05T13:09:31.956939Z",
"audio_variation": null,
"lyrics": "[Verse]\n嗒嗒时钟轻敲着鼓点\n幼儿园里梦幻的画面\n我们是城堡里的精灵\n欢笑嬉戏乐趣无边\n[Verse 2]\n滑滑梯像巨龙的脊背\n哧溜一下欢笑飞\n笑声在空中炸开了花\n连云朵都被逗乐啦\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假\n[Verse 3]\n小桌子是知识的港湾\n老师故事满是光环\n温柔话语像火苗温暖\n点燃了我们智慧的帆\n[Bridge]\n手拉手在草地上奔跑\n迎着风儿开心地咯咯笑\n阳光牵着我们向上飘\n未来的树冠我们骄傲\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假",
"title": "童年",
"image_override": null,
"sound": "流行,粤语",
"topic": null,
"image_id": "322ebfd9-fefe-4728-a47a-c5825d7f0c2e",
"simple_waveform": null,
"remix_parent_id": null,
"duration_s": 214.4,
"privacy": "unlisted",
"transform": null,
"parent_riff_id": null,
"audio_upload_id": null,
"model_display_name": "FUZZ-1.0",
"is_favorite": false,
"favorite_count": 0,
"play_count": 0,
"allow_public_use": true,
"can_use": true,
"audio_b64": null,
"image_b64": null,
"video_id": null,
"conditions": [
{
"prompt": null,
"lyrics": "[Verse]\n嗒嗒时钟轻敲着鼓点\n幼儿园里梦幻的画面\n我们是城堡里的精灵\n欢笑嬉戏乐趣无边\n\n[Verse 2]\n滑滑梯像巨龙的脊背\n哧溜一下欢笑飞\n笑声在空中炸开了花\n连云朵都被逗乐啦\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假\n\n[Verse 3]\n小桌子是知识的港湾\n老师故事满是光环\n温柔话语像火苗温暖\n点燃了我们智慧的帆\n\n[Bridge]\n手拉手在草地上奔跑\n迎着风儿开心地咯咯笑\n阳光牵着我们向上飘\n未来的树冠我们骄傲\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假",
"vibe_input": null,
"strength": 0.5,
"condition_start": 0,
"condition_end": 1,
"t_start": 1,
"t_end": 0
},
{
"prompt": "流行,粤语",
"lyrics": null,
"vibe_input": null,
"strength": 0.5,
"condition_start": 0,
"condition_end": 1,
"t_start": 1,
"t_end": 0
}
],
"lyrics_timestamped": {
"words": [
{
"text": "[Verse]",
"start": 6.4,
"end": 6.4,
"line_index": 0,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "嗒嗒时钟轻敲着鼓点",
"start": 16,
"end": 20.48,
"line_index": 1,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "幼儿园里梦幻的画面",
"start": 23.04,
"end": 28.16,
"line_index": 2,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "我们是城堡里的精灵",
"start": 30.08,
"end": 33.92,
"line_index": 3,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "欢笑嬉戏乐趣无边",
"start": 34.56,
"end": 38.4,
"line_index": 4,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Verse",
"start": 38.4,
"end": 39.04,
"line_index": 6,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "2]",
"start": 39.68,
"end": 39.68,
"line_index": 6,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "滑滑梯像巨龙的脊背",
"start": 39.68,
"end": 51.2,
"line_index": 7,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "哧溜一下欢笑飞",
"start": 51.84,
"end": 54.4,
"line_index": 8,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "笑声在空中炸开了花",
"start": 55.68,
"end": 58.24,
"line_index": 9,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "连云朵都被逗乐啦",
"start": 59.52,
"end": 62.08,
"line_index": 10,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Chorus]",
"start": 62.08,
"end": 62.72,
"line_index": 12,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "画笔下涂满了童话",
"start": 63.36,
"end": 67.2,
"line_index": 13,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "彩色世界我的表达",
"start": 67.2,
"end": 71.04,
"line_index": 14,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "旋转木马上阳光洒",
"start": 71.68,
"end": 74.88,
"line_index": 15,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "每一天都像童年的假",
"start": 76.16,
"end": 80,
"line_index": 16,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Verse",
"start": 80.64,
"end": 81.28,
"line_index": 18,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "3]",
"start": 88.32,
"end": 88.32,
"line_index": 18,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "小桌子是知识的港湾",
"start": 88.96,
"end": 92.16,
"line_index": 19,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "老师故事满是光环",
"start": 92.16,
"end": 94.08,
"line_index": 20,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "温柔话语像火苗温暖",
"start": 94.72,
"end": 99.2,
"line_index": 21,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "点燃了我们智慧的帆",
"start": 99.2,
"end": 102.4,
"line_index": 22,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Bridge]",
"start": 104.32,
"end": 104.32,
"line_index": 24,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "手拉手在草地上奔跑",
"start": 154.24,
"end": 157.44,
"line_index": 25,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "迎着风儿开心地咯咯笑",
"start": 158.08,
"end": 161.28,
"line_index": 26,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "阳光牵着我们向上飘",
"start": 161.92,
"end": 165.12,
"line_index": 27,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "未来的树冠我们骄傲",
"start": 165.76,
"end": 169.6,
"line_index": 28,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Chorus]",
"start": 170.24,
"end": 172.8,
"line_index": 30,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "画笔下涂满了童话",
"start": 173.44,
"end": 176,
"line_index": 31,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "彩色世界我的表达",
"start": 176.64,
"end": 180.48,
"line_index": 32,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "旋转木马上阳光洒",
"start": 181.76,
"end": 186.24,
"line_index": 33,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "每一天都像童年的假",
"start": 187.52,
"end": 190.72,
"line_index": 34,
"index_range": null,
"wav2vec2_format": null
}
]
},
"audio_url": "https://storage.googleapis.com/corpusant-app-public/riffs/683dbacf-fc06-4248-b879-6f00d8221d94/audio/322ebfd9-fefe-4728-a47a-c5825d7f0c2e.m4a",
"image_url": "https://storage.googleapis.com/corpusant-app-public/riffs/683dbacf-fc06-4248-b879-6f00d8221d94/image/322ebfd9-fefe-4728-a47a-c5825d7f0c2e.jpg",
"video_url": null
}
]
}
{
"generations": [
{
"id": "989aff28-4df4-48d9-8ea3-92b746b4b765",
"group_id": "0be6c004-c8b3-4069-9418-c46e585a2a71",
"author_id": "683dbacf-fc06-4248-b879-6f00d8221d94",
"created_at": "2025-06-05T13:09:31.558567Z",
"audio_variation": null,
"lyrics": "[Verse]\n嗒嗒时钟轻敲着鼓点\n幼儿园里梦幻的画面\n我们是城堡里的精灵\n欢笑嬉戏乐趣无边\n[Verse 2]\n滑滑梯像巨龙的脊背\n哧溜一下欢笑飞\n笑声在空中炸开了花\n连云朵都被逗乐啦\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假\n[Verse 3]\n小桌子是知识的港湾\n老师故事满是光环\n温柔话语像火苗温暖\n点燃了我们智慧的帆\n[Bridge]\n手拉手在草地上奔跑\n迎着风儿开心地咯咯笑\n阳光牵着我们向上飘\n未来的树冠我们骄傲\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假",
"title": "童年",
"image_override": null,
"sound": "流行,粤语",
"topic": null,
"image_id": "989aff28-4df4-48d9-8ea3-92b746b4b765",
"simple_waveform": null,
"remix_parent_id": null,
"duration_s": 205.44,
"privacy": "unlisted",
"transform": null,
"parent_riff_id": null,
"audio_upload_id": null,
"model_display_name": "FUZZ-1.0",
"is_favorite": false,
"favorite_count": 0,
"play_count": 0,
"allow_public_use": true,
"can_use": true,
"audio_b64": null,
"image_b64": null,
"video_id": null,
"conditions": [
{
"prompt": null,
"lyrics": "[Verse]\n嗒嗒时钟轻敲着鼓点\n幼儿园里梦幻的画面\n我们是城堡里的精灵\n欢笑嬉戏乐趣无边\n\n[Verse 2]\n滑滑梯像巨龙的脊背\n哧溜一下欢笑飞\n笑声在空中炸开了花\n连云朵都被逗乐啦\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假\n\n[Verse 3]\n小桌子是知识的港湾\n老师故事满是光环\n温柔话语像火苗温暖\n点燃了我们智慧的帆\n\n[Bridge]\n手拉手在草地上奔跑\n迎着风儿开心地咯咯笑\n阳光牵着我们向上飘\n未来的树冠我们骄傲\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假",
"vibe_input": null,
"strength": 0.5,
"condition_start": 0,
"condition_end": 1,
"t_start": 1,
"t_end": 0
},
{
"prompt": "流行,粤语",
"lyrics": null,
"vibe_input": null,
"strength": 0.5,
"condition_start": 0,
"condition_end": 1,
"t_start": 1,
"t_end": 0
}
],
"lyrics_timestamped": {
"words": [
{
"text": "[Verse]",
"start": 6.4,
"end": 6.4,
"line_index": 0,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "嗒嗒时钟轻敲着鼓点",
"start": 10.24,
"end": 16.64,
"line_index": 1,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "幼儿园里梦幻的画面",
"start": 17.28,
"end": 19.84,
"line_index": 2,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "我们是城堡里的精灵",
"start": 20.48,
"end": 23.04,
"line_index": 3,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "欢笑嬉戏乐趣无边",
"start": 23.68,
"end": 26.24,
"line_index": 4,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Verse",
"start": 27.52,
"end": 27.52,
"line_index": 6,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "2]",
"start": 27.52,
"end": 27.52,
"line_index": 6,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "滑滑梯像巨龙的脊背",
"start": 27.52,
"end": 30.72,
"line_index": 7,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "哧溜一下欢笑飞",
"start": 30.72,
"end": 33.92,
"line_index": 8,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "笑声在空中炸开了花",
"start": 35.2,
"end": 37.76,
"line_index": 9,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "连云朵都被逗乐啦",
"start": 38.4,
"end": 40.96,
"line_index": 10,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Chorus]",
"start": 41.6,
"end": 42.24,
"line_index": 12,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "画笔下涂满了童话",
"start": 42.24,
"end": 44.8,
"line_index": 13,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "彩色世界我的表达",
"start": 44.8,
"end": 48.64,
"line_index": 14,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "旋转木马上阳光洒",
"start": 49.92,
"end": 51.2,
"line_index": 15,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "每一天都像童年的假",
"start": 52.48,
"end": 55.04,
"line_index": 16,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Verse",
"start": 58.88,
"end": 58.88,
"line_index": 18,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "3]",
"start": 68.48,
"end": 68.48,
"line_index": 18,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "小桌子是知识的港湾",
"start": 70.4,
"end": 73.6,
"line_index": 19,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "老师故事满是光环",
"start": 74.24,
"end": 76.16,
"line_index": 20,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "温柔话语像火苗温暖",
"start": 76.16,
"end": 80,
"line_index": 21,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "点燃了我们智慧的帆",
"start": 80,
"end": 97.28,
"line_index": 22,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Bridge]",
"start": 139.52,
"end": 139.52,
"line_index": 24,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "手拉手在草地上奔跑",
"start": 149.12,
"end": 151.68,
"line_index": 25,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "迎着风儿开心地咯咯笑",
"start": 152.32,
"end": 154.88,
"line_index": 26,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "阳光牵着我们向上飘",
"start": 155.52,
"end": 158.08,
"line_index": 27,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "未来的树冠我们骄傲",
"start": 158.08,
"end": 160,
"line_index": 28,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Chorus]",
"start": 160.64,
"end": 161.92,
"line_index": 30,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "画笔下涂满了童话",
"start": 162.56,
"end": 163.84,
"line_index": 31,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "彩色世界我的表达",
"start": 164.48,
"end": 167.68,
"line_index": 32,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "旋转木马上阳光洒",
"start": 168.32,
"end": 171.52,
"line_index": 33,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "每一天都像童年的假",
"start": 172.8,
"end": 175.36,
"line_index": 34,
"index_range": null,
"wav2vec2_format": null
}
]
},
"audio_url": "https://storage.googleapis.com/corpusant-app-public/riffs/683dbacf-fc06-4248-b879-6f00d8221d94/audio/989aff28-4df4-48d9-8ea3-92b746b4b765.m4a",
"image_url": "https://storage.googleapis.com/corpusant-app-public/riffs/683dbacf-fc06-4248-b879-6f00d8221d94/image/989aff28-4df4-48d9-8ea3-92b746b4b765.jpg",
"video_url": null
},
{
"id": "322ebfd9-fefe-4728-a47a-c5825d7f0c2e",
"group_id": "0be6c004-c8b3-4069-9418-c46e585a2a71",
"author_id": "683dbacf-fc06-4248-b879-6f00d8221d94",
"created_at": "2025-06-05T13:09:31.956939Z",
"audio_variation": null,
"lyrics": "[Verse]\n嗒嗒时钟轻敲着鼓点\n幼儿园里梦幻的画面\n我们是城堡里的精灵\n欢笑嬉戏乐趣无边\n[Verse 2]\n滑滑梯像巨龙的脊背\n哧溜一下欢笑飞\n笑声在空中炸开了花\n连云朵都被逗乐啦\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假\n[Verse 3]\n小桌子是知识的港湾\n老师故事满是光环\n温柔话语像火苗温暖\n点燃了我们智慧的帆\n[Bridge]\n手拉手在草地上奔跑\n迎着风儿开心地咯咯笑\n阳光牵着我们向上飘\n未来的树冠我们骄傲\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假",
"title": "童年",
"image_override": null,
"sound": "流行,粤语",
"topic": null,
"image_id": "322ebfd9-fefe-4728-a47a-c5825d7f0c2e",
"simple_waveform": null,
"remix_parent_id": null,
"duration_s": 214.4,
"privacy": "unlisted",
"transform": null,
"parent_riff_id": null,
"audio_upload_id": null,
"model_display_name": "FUZZ-1.0",
"is_favorite": false,
"favorite_count": 0,
"play_count": 0,
"allow_public_use": true,
"can_use": true,
"audio_b64": null,
"image_b64": null,
"video_id": null,
"conditions": [
{
"prompt": null,
"lyrics": "[Verse]\n嗒嗒时钟轻敲着鼓点\n幼儿园里梦幻的画面\n我们是城堡里的精灵\n欢笑嬉戏乐趣无边\n\n[Verse 2]\n滑滑梯像巨龙的脊背\n哧溜一下欢笑飞\n笑声在空中炸开了花\n连云朵都被逗乐啦\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假\n\n[Verse 3]\n小桌子是知识的港湾\n老师故事满是光环\n温柔话语像火苗温暖\n点燃了我们智慧的帆\n\n[Bridge]\n手拉手在草地上奔跑\n迎着风儿开心地咯咯笑\n阳光牵着我们向上飘\n未来的树冠我们骄傲\n\n[Chorus]\n画笔下涂满了童话\n彩色世界我的表达\n旋转木马上阳光洒\n每一天都像童年的假",
"vibe_input": null,
"strength": 0.5,
"condition_start": 0,
"condition_end": 1,
"t_start": 1,
"t_end": 0
},
{
"prompt": "流行,粤语",
"lyrics": null,
"vibe_input": null,
"strength": 0.5,
"condition_start": 0,
"condition_end": 1,
"t_start": 1,
"t_end": 0
}
],
"lyrics_timestamped": {
"words": [
{
"text": "[Verse]",
"start": 6.4,
"end": 6.4,
"line_index": 0,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "嗒嗒时钟轻敲着鼓点",
"start": 16,
"end": 20.48,
"line_index": 1,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "幼儿园里梦幻的画面",
"start": 23.04,
"end": 28.16,
"line_index": 2,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "我们是城堡里的精灵",
"start": 30.08,
"end": 33.92,
"line_index": 3,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "欢笑嬉戏乐趣无边",
"start": 34.56,
"end": 38.4,
"line_index": 4,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Verse",
"start": 38.4,
"end": 39.04,
"line_index": 6,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "2]",
"start": 39.68,
"end": 39.68,
"line_index": 6,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "滑滑梯像巨龙的脊背",
"start": 39.68,
"end": 51.2,
"line_index": 7,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "哧溜一下欢笑飞",
"start": 51.84,
"end": 54.4,
"line_index": 8,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "笑声在空中炸开了花",
"start": 55.68,
"end": 58.24,
"line_index": 9,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "连云朵都被逗乐啦",
"start": 59.52,
"end": 62.08,
"line_index": 10,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Chorus]",
"start": 62.08,
"end": 62.72,
"line_index": 12,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "画笔下涂满了童话",
"start": 63.36,
"end": 67.2,
"line_index": 13,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "彩色世界我的表达",
"start": 67.2,
"end": 71.04,
"line_index": 14,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "旋转木马上阳光洒",
"start": 71.68,
"end": 74.88,
"line_index": 15,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "每一天都像童年的假",
"start": 76.16,
"end": 80,
"line_index": 16,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Verse",
"start": 80.64,
"end": 81.28,
"line_index": 18,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "3]",
"start": 88.32,
"end": 88.32,
"line_index": 18,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "小桌子是知识的港湾",
"start": 88.96,
"end": 92.16,
"line_index": 19,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "老师故事满是光环",
"start": 92.16,
"end": 94.08,
"line_index": 20,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "温柔话语像火苗温暖",
"start": 94.72,
"end": 99.2,
"line_index": 21,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "点燃了我们智慧的帆",
"start": 99.2,
"end": 102.4,
"line_index": 22,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Bridge]",
"start": 104.32,
"end": 104.32,
"line_index": 24,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "手拉手在草地上奔跑",
"start": 154.24,
"end": 157.44,
"line_index": 25,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "迎着风儿开心地咯咯笑",
"start": 158.08,
"end": 161.28,
"line_index": 26,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "阳光牵着我们向上飘",
"start": 161.92,
"end": 165.12,
"line_index": 27,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "未来的树冠我们骄傲",
"start": 165.76,
"end": 169.6,
"line_index": 28,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "[Chorus]",
"start": 170.24,
"end": 172.8,
"line_index": 30,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "画笔下涂满了童话",
"start": 173.44,
"end": 176,
"line_index": 31,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "彩色世界我的表达",
"start": 176.64,
"end": 180.48,
"line_index": 32,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "旋转木马上阳光洒",
"start": 181.76,
"end": 186.24,
"line_index": 33,
"index_range": null,
"wav2vec2_format": null
},
{
"text": "每一天都像童年的假",
"start": 187.52,
"end": 190.72,
"line_index": 34,
"index_range": null,
"wav2vec2_format": null
}
]
},
"audio_url": "https://storage.googleapis.com/corpusant-app-public/riffs/683dbacf-fc06-4248-b879-6f00d8221d94/audio/322ebfd9-fefe-4728-a47a-c5825d7f0c2e.m4a",
"image_url": "https://storage.googleapis.com/corpusant-app-public/riffs/683dbacf-fc06-4248-b879-6f00d8221d94/image/322ebfd9-fefe-4728-a47a-c5825d7f0c2e.jpg",
"video_url": null
}
]
}