dev
This commit is contained in:
parent
90677847f1
commit
ff41131805
@ -95,7 +95,7 @@ function playSpeech(text) {
|
||||
}
|
||||
return response.blob();
|
||||
})
|
||||
.then(response => {
|
||||
.then(blob => {
|
||||
const url = URL.createObjectURL(blob);
|
||||
const audio = new Audio(url);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user