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

357
Views
usando Google Chrome Live Captioning con micrófono

Usé el siguiente código para capturar la entrada del micrófono y reproducirlo en una página del navegador (Google Chrome Windows10) usando un reproductor de audio. Eso funciona bien, pero los subtítulos en vivo 'automáticos' no lo hacen. Si arrastro un archivo mp3 pregrabado a una página del navegador y lo reproduzco, los subtítulos en vivo funcionan bien. ¿Dónde me estoy equivocando?

 <body> <audio id="player" controls></audio> <script> const player = document.getElementById('player'); const handleSuccess = function (stream) { if (window.URL) { player.srcObject = stream; } else { player.src = stream; } }; navigator.mediaDevices .getUserMedia({audio: true, video: false}) .then(handleSuccess); </script> <script> getAudioOutput() </script> </body>
about 4 years ago · Juan Pablo Isaza
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!