Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavesoft/audio-expo
An interactive web-exposition for experimenting with audio.
https://github.com/wavesoft/audio-expo
Last synced: about 2 months ago
JSON representation
An interactive web-exposition for experimenting with audio.
- Host: GitHub
- URL: https://github.com/wavesoft/audio-expo
- Owner: wavesoft
- License: gpl-3.0
- Created: 2015-09-23T14:02:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T23:00:41.000Z (almost 9 years ago)
- Last Synced: 2023-03-13T20:41:02.823Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 14.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# audio-expo
An interactive exposition for testing sound effects
## Building
In order to build this project you will need [Node.js](https://nodejs.org/en/) installed in your system. Having that just do:
```
~$ npm install
~$ gulp
```The project will be built to the `build` directory.