https://github.com/wavesoft/audio-expo
An interactive web-exposition for experimenting with audio.
https://github.com/wavesoft/audio-expo
Last synced: 7 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 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T23:00:41.000Z (about 10 years ago)
- Last Synced: 2025-03-01T20:02:11.263Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.8 MB
- Stars: 0
- Watchers: 3
- 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.