Skip to content

kevincennis/Sound.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Sound.js

Web Audio with (slightly) less confusion

Check out the demo here

####Featues:

  • Uses <audio> elements instead of XHR to enable streaming and cross-domain loading.
  • Automatically creates and connects analysers, compressors, reverbs, and gain nodes. Sensibly.
  • Provides events for real-time metering
  • Convolution effects.
  • Dynamics compression. Don't abuse it.
  • Tremolo.
  • Fades.
  • Free sandwiches.

Documentation is forthcoming, although the code is reasonably well-commented.

This library is in its infancy. There are things that suck, and a lot of things missing. I'm hoping to change that.

Any feedback or pull requests are enormously welcome. I'd love to see more developers working with the Web Audio APi.

Releases

No releases published

Packages

No packages published