Popularity
4.9
Declining
Activity
3.5
-
9
3
2

Monthly Downloads: 26
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web    
Latest version: v0.3.0

musicw alternatives and similar packages

Based on the "Web" category.
Alternatively, view musicw alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of musicw or a related project?

Add another 'Web' Package

README

MusicW

Sound synthesis library, to be used with GHCJS and Web Audio API

History

  • 0.3.5.2: audio worklets reworked to address resource (CPU) leak issues
  • 0.3.5.1: added input sanity checking to existing audio worklets (output 0 when inputs not connected yet)
  • 0.3.5: added maxWorklet, minWorklet, whiteNoiseWorklet, sinToSqrWorklet, sinToTriWorklet, sinToSawWorklet, stepWorklet
  • 0.3.4: added unsafeDivideWorklet, getGlobalAudioContextInteractive/Playback
  • 0.3.3: added microphone
  • 0.3.2: fixes to channelSplitter
  • 0.3.1: added floorWorklet, fractWorklet, clipWorklet
  • 0.3.0: support for analyser nodes
  • 0.2.0: initial Hackage release