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

393
Views
How do I get audio from a web page that is playing?

A website is playing audio. There are no <audio> tags evident in Inspect Element tab from DevTools. How do I get an audio file to download from the webpage (and how are they playing the audio)?

After a bit of research, it seems the only way to play audio is through the audio (<audio></audio>) element, which has the DOM interface, HTMLAudioElement (new Audio()) constructor.

So, I'm not entirely sure how they're playing audio without the audio element or how to find the audio being played from new Audio().

A new Audio was called in only one file but seemed to only be used in a condition:

enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

After some digging, there seem to be three methods of playing audio:

  1. <audio> element
  2. HTMLAudioElement interface
  3. XMLHttpRequest object

And to get the audio from the webpage, the best method is to use the Network tab which basically logs everything that happens on the webpage, as shown here:

Screenshot of a Network tab

If you right-click on the file names (with their extensions) that are logged directly below the "played", you'll see an option in the context menu labeled "Open in new tab". And that's it!

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!