Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohayonao/wave-tables
https://github.com/mohayonao/wave-tables
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohayonao/wave-tables
- Owner: mohayonao
- Archived: true
- Created: 2015-07-20T12:46:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T20:59:48.000Z (about 7 years ago)
- Last Synced: 2024-06-27T07:02:50.764Z (4 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 54
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-javascript-audio - mohayonao/wave-tables - JSON files defining various sounds/instruments as wave tables (Sound creation / Low frequency oscillators ("LFOs"):)
README
http://chromium.googlecode.com/svn/trunk/samples/audio/wave-tables/
## Usage
```js
const { Bass } = require("@mohayonao/wave-tables");
```or load individually
```js
const Bass = require("@mohayonao/wave-tables/Bass");
```