diff --git a/.memory/worklog.json b/.memory/worklog.json index d13556b..46c4201 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "entries": [ - { - "ts": "2026-04-20T13:49:09+08:00", - "type": "commit", - "message": "auto-save 2026-04-20 13:48 (~1)", - "hash": "42879e8", - "files_changed": 1 - }, { "ts": "2026-04-20T13:54:45+08:00", "type": "commit", @@ -3499,6 +3492,13 @@ "message": "auto-save 2026-04-22 19:32 (~1)", "hash": "45ad1f6", "files_changed": 1 + }, + { + "ts": "2026-04-22T19:38:24+08:00", + "type": "commit", + "message": "auto-save 2026-04-22 19:38 (~1)", + "hash": "782fc94", + "files_changed": 1 } ] } diff --git a/.project.json b/.project.json index 6729493..7d49586 100644 --- a/.project.json +++ b/.project.json @@ -1,15 +1,20 @@ { - "name": "VibeVoice 语音AI研究", - "description": "微软开源语音全家桶,ASR+TTS+实时语音,可用于法考字幕提取", - "status": "active", - "kind": "research", - "created": "2026-03-31", - "source": { "path": "source/" }, - "ports": [ + "created" : "2026-03-31", + "description" : "微软开源语音全家桶,ASR+TTS+实时语音,可用于法考字幕提取", + "kind" : "research", + "name" : "VibeVoice 语音AI研究", + "ports" : [ { - "port": 4410, - "label": "dev", - "fixed": true + "fixed" : true, + "label" : "dev", + "port" : 4410 } - ] + ], + "source" : { + "path" : "source\/" + }, + "status" : "active", + "worklog" : { + "path" : "\/Users\/kangwan\/Projects\/research\/20260331-vibevoice\/.memory\/worklog.json" + } }