|
@@ -343,7 +343,7 @@ export default {
|
|
|
_this.beforeUpload1(audioFile, 3, privText);
|
|
|
}
|
|
|
|
|
|
- iiframe.contentWindow.doPronunciationAssessmentOnceAsync('', { files: [audioFile] })
|
|
|
+ iiframe.contentWindow.doContinuousPronunciationAssessment('', { files: [audioFile] })
|
|
|
} else {
|
|
|
this.isloading = true
|
|
|
let _this = this
|
|
@@ -357,7 +357,7 @@ export default {
|
|
|
|
|
|
_this.beforeUpload1(audioFile, 3, privText, star);
|
|
|
}
|
|
|
- iiframe.contentWindow.doPronunciationAssessmentOnceAsync(this.cjson.content, { files: [audioFile] })
|
|
|
+ iiframe.contentWindow.doContinuousPronunciationAssessment(this.cjson.content, { files: [audioFile] })
|
|
|
}
|
|
|
|
|
|
// recorder.download(mp3Blob, "recorder", "mp3");
|