1
This commit is contained in:
@@ -74,7 +74,7 @@ export default {
|
||||
})
|
||||
this.after(MAX_LINE_MS, () => this.forceNext(i))
|
||||
try {
|
||||
speak(line.text, '', () => {
|
||||
speak(line.text, line.audio, () => {
|
||||
// 行号守卫:迟到的第 i 句 onEnd 不得提前放行当前句
|
||||
if (this.lineIndex === i && !this.ended) {
|
||||
this.lineDone.sp = true
|
||||
|
||||
Reference in New Issue
Block a user