Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

404
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda