init: project scaffold

This commit is contained in:
2026-03-31 22:00:17 +08:00
commit 6ae622c451
4 changed files with 88 additions and 0 deletions

13
.project.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "VibeVoice 语音AI研究",
"description": "微软开源语音全家桶ASR+TTS+实时语音,可用于法考字幕提取",
"status": "active",
"created": "2026-03-31",
"ports": [
{
"port": 4410,
"label": "dev",
"fixed": true
}
]
}