forked from rserota/wad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
20 lines (20 loc) · 743 Bytes
/
bower.json
File metadata and controls
20 lines (20 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "Wad",
"main": "wad.js",
"version": "1.7.1",
"homepage": "https://github.com/rserota/wad",
"authors": [
"raphael.serota@gmail.com"
],
"description": "Wad is a Javascript library for manipulating audio using the new HTML5 Web Audio API. It greatly simplifies the process of creating, playing, and manipulating audio, either for real-time playback, or at scheduled intervals. Wad provides a simple interface to use many features one would find in a desktop DAW (digital audio workstation), but doesn't require the user to worry about sending XHR requests or setting up complex audio graphs.",
"moduleType": [
"globals"
],
"keywords": [
"wad",
"Wad",
"web",
"audio"
],
"license": "MIT"
}