|
@@ -178,7 +178,7 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
const mp3Blob = this.convertToMp3(recorder.getWAV());
|
|
|
- let audioFile = this.dataURLtoAudio(mp3Blob, "mp3");
|
|
|
+ let audioFile = this.dataURLtoAudio(mp3Blob, "wav");
|
|
|
console.log(audioFile);
|
|
|
let iiframe = this.$refs['iiframe']
|
|
|
iiframe.contentWindow.doPronunciationAssessmentOnceAsync('', { files: [audioFile] })
|
|
@@ -467,6 +467,7 @@ export default {
|
|
|
font-size: 14px;
|
|
|
padding: 5px;
|
|
|
background: #d9e7fe;
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
.dialog>.d_content>.d_voice {
|