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

361
Views
using Google Chrome Live Captioning with microphone

I've used the following code to capture the microphone input and play it in a browser page (Google Chrome Windows10) using an audio player. That works fine, but the 'automatic' Live Captioning does not. If I drag a pre-recorded mp3 file onto a browser page and play it, the Live Captioning works fine. Where am I going wrong?

<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!