Starting in 1996, Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the Wayback Machine after an embargo period.
Starting in 1996, Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the Wayback Machine after an embargo period.
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20200517230436/http://wavesurfer-js.org:80/example/spectrogram/index.html
Adds a simple spectrogram to your wavesurfer.js instances.
Quick Start
Options
wavesurfer - required - a WaveSurfer instance.
container - required - the element in which to place the spectrogram, or a CSS selector to find it.
fftSamples - number of FFT samples (512 by default). Number of spectral lines and height of the spectrogram will be a half of this parameter.
frequenciesDataUrl - URL to load spectral data from.
labels - Whether or not to display frequency labels.
colorMap - Specifies the colormap to be used when rendering the spectrogram.
Generating a colorMap
The colormap npm can be used to generate a
colormap. In this example, the colormap has been saved to a json file and is retrieved by the
client before initializing the spectrogram.