音画同步功能添加(重要)! #9
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: weixiu/ai-live#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
AI主要用途就是真实场景和数字人的实施。真实场景和数字人都要随机插入画面到OBS或者直播伴侣。
OBS和直播伴侣都支持绿幕抠像。
比如1文件夹内有10个相似的摇手展示产品的绿幕视频,2文件夹内有10个相似的摇手展示产品的绿幕视频,以此类推。
软件嵌入播放器,要支持随机从文件夹获取一个视频到播放器播放。
话术部分要加入类似{视频}标签,可以为{视频1}{视频2}这样的格式,或者其他可以对应绿幕视频文件夹的标签都可以。
当话术触发{视频}标签,播放器播放对应画面。
tts要忽略掉这个标签,不予生成语音。
当前没有视频功能
同类型软件为了顺序播放 应该是使用的{视频}{继续}这种方式顺序播放。这样就可以不需要指定序号,但是比较固定死位置。是否有更好的逻辑?提前为后续根据弹幕请求实时插入画面展示做准备。