U
U
Urbansamurai2018-12-09 20:47:14
Node.js
Urbansamurai, 2018-12-09 20:47:14

What is the best way to calculate the waveform of long audio files on the server side?

The task is to decode the data and calculate the waveform. In the client application, the user can download music up to 3 hours in MP3 format. There are a bunch of examples on how to do this on the client side by fully loading the data as an ArrayBuffer and using the Web Audio API + decodeAudioData.
Question: how to do the same on the server side using streaming data decoding? Maybe another language, like Python, would be better suited for this purpose?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
Urbansamurai, 2018-12-10
@Urbansamurai

This option , combined with serverless, appears to be the solution .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question