You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ The most known features of artyom are:
47
47
- onStart and onEnd callbacks **will be always executed independently of the text length**.
48
48
- Works both in desktop browser and mobile device.
49
49
50
+
Read [the changelog to be informed about changes and additions in Artyom.js](http://docs.ourcodeworld.com/projects/artyom-js/documentation/getting-started/official-changelog)
@@ -362,7 +363,6 @@ var ArtyomJsImpl = (function () {
362
363
else{
363
364
msg.voice=availableVoice;
364
365
}
365
-
console.log("Usando voz ",availableVoice);
366
366
}
367
367
else{
368
368
console.warn("Using default voice because no voice was selected during the initialization probably because there were no voices available. Initialize artyom after the onload event of the window.");
@@ -697,6 +697,8 @@ var ArtyomJsImpl = (function () {
0 commit comments