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

108
Vistas
Is there a way to seek music with Web Audio API without buffering

I'm trying to make a music player for my dj mixes(Most over an hour long), whilst also taking advantage of Web Audio Contexts analyzer node to have some audio reactive elements on my website on playback. When looking into it, I found that to do music seeking with audio context I need to buffer it.

Buffering an hour long mix takes up a lot of ram and internet bandwidth before it even starts playing, so that's not something I can do on a website. But also listening to mixes with many songs without the ability to skip around is annoying as well.

How do big websites like mixcloud or soundcloud do it?

Is there an alternative way to get both AnalyserNodes functionality and music seeking for long audio content?

I also looked into howler.js hoping it would solve something, but I can't get it to do what I need without buffering either, since its built on top of the same API.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Learned from this open source project:

media = document.querySelector('audio');
media.currentTime = 3600; // set playhead 1 hour in
media.play();
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