Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

Speech synthesis with native JavaScript

24-11-2025 - Andrés Cruz

Speech synthesis with native JavaScript

JavaScript Learn how to use the JavaScript Speech Synthesis API to convert text to speech on your website. Control the language, pitch, and volume with SpeechSynthesisUtterance. Make your browser speak with this tutorial and code examples!


The Speech Recognition API in JavaScript: speechRecognition()

25-11-2025 - Andrés Cruz

The Speech Recognition API in JavaScript: speechRecognition()

JavaScript The Voice Recognition API gives our applications the ability to recognize voice based on the configured language through the microphone of the PC or mobile device.