Open Kefalegereta opened 4 years ago
What means doesnt work? you dont hear a voice? if is that, then you have a problm with Artyom, if you hear but is using english pronunciation just change the language here:
zoombot.initialize({
lang: "en-GB", // GreatBritain english
continuous: true, // Listen forever
soundex: true,// Use the soundex algorithm to increase accuracy
debug: true, // Show messages in the console
listen: true, // Start to listen commands !
// If provided, you can only trigger a command if you say its name
// e.g to trigger "Hello", you need to say "Zoombot Hello"
//name: "zoombot"
}).then(() => {
console.log("Artyom has been succesfully initialized");
}).catch((err) => {
console.error("Artyom couldn't be initialized: ", err);
});
We are currently working on translation capabilities
Hi, I change all sentences but I do not know if it will work in other languages, doesn't work to me. It's because they're in spanish?