JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 64
  • Score
    100M100P100Q73203F
  • License BSD-3-Clause

low level WebAudio components for synthesis

Package Exports

  • waves-audio

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (waves-audio) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

waves-audio

Low level WebAudio components for audio synthesis

Documentation

http://wavesjs.github.io/waves-audio/

Usage

Install

npm install [--save] waves-audio

import

import * as audio from 'waves-audio';

List of components

core

  • audioContext
  • AudioTimeEngine
  • PriorityQueue
  • SchedulingQueue
  • TimeEngine

masters

  • PlayControl
  • SimpleScheduler
  • Scheduler
  • Transport

engines

  • GranularEngine
  • Metronome
  • PlayerEngine
  • SegmentEngine

Credits and License

This module is released under the BSD-3-Clause license.

The code has been developed in the framework of the WAVE and CoSiMa research projects, funded by the French National Research Agency (ANR).