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

116
Views
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 answers
Answer question

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