Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

220
Views
TypeError no capturado: SpeechKITT.displayRecognizedSentence no es una función

Estoy usando annyang.js para el reconocimiento de voz, pero mi SpeechKITT.displayRecognizedSentence no funciona. Intenté descargar la biblioteca annyang en la carpeta local, pero nada me funciona. Por favor, alguien me ayuda con este código completo.

 var commands = { 'hello': function() { alert('Hello world!'); } }; // Add our commands to annyang annyang.addCommands(commands); // Tell KITT to use annyang SpeechKITT.annyang(); // Stylesheet for KITT to use SpeechKITT.setStylesheet('https://cdnjs.cloudflare.com/ajax/libs/SpeechKITT/1.0.0/themes/flat.css'); SpeechKITT.setInstructionsText('Some commands to try…'); SpeechKITT.setSampleCommands(['say Hello, Ok google etc..']); SpeechKITT.displayRecognizedSentence(true); // When start SpeechKITT.setStartCommand(function() { console.info('Speech Recognition Started ______________________________'); annyang.start(); }); // When abort SpeechKITT.setAbortCommand(function() { console.info('Stopping ............................'); annyang.abort(); }); // Render KITT's interface SpeechKITT.vroom();
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Parece que el problema de la biblioteca, existe el problema anterior en github sobre eso ( https://github.com/TalAter/SpeechKITT/issues/42 )

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!