调用模型,返回事件的时间线

This commit is contained in:
2026-05-27 16:02:44 +08:00
parent 556fa2f3ca
commit 883f09e6df
12 changed files with 1230 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ func main() {
controllerAudio.AudioExtract,
controllerVideo.Concat,
controllerVideo.Cut,
controllerVideo.Analysis,
})
select {}
}