How to use the waveform-playlist.init function in waveform-playlist

To help you get started, we’ve selected a few waveform-playlist examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ritazh / EchoML / app / annotations.js View on Github external
export function loadAnnotation(notes) {
  const playlist = WaveformPlaylist.init({
    container: document.getElementById('playlist'),
    timescale: true,
    state: 'select',
    samplesPerPixel: 3400,
    zoomLevels: [1000, 2000, 3400, 4000],
    colors: {
      waveOutlineColor: '#E0EFF1',
      timeColor: 'grey',
      fadeColor: 'black',
    },
    annotationList: {
      annotations: notes,
      controls: actions,
      editable: true,
      isContinuousPlay: false,
      linkEndpoints: true,

waveform-playlist

Multiple track web audio editor and player with waveform preview

MIT
Latest version published 2 years ago

Package Health Score

48 / 100
Full package analysis