All Projects → alexgibson → Wavepad

alexgibson / Wavepad

Licence: other
An experimental synthesizer built using the Web Audio API (PWA).

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wavepad

Torch npss
pytorch implementation of Neural Parametric Singing Synthesizer 歌声合成
Stars: ✭ 115 (-8.73%)
Mutual labels:  synthesizer
Sample Currency Converter
A sample currency conversion Progressive Web App
Stars: ✭ 119 (-5.56%)
Mutual labels:  pwa
Storefront Integration Sdk
If You like to integrate Vue Storefront - PWA for eCommerce with 3rd party platform, use this SDK
Stars: ✭ 124 (-1.59%)
Mutual labels:  pwa
React Product Card
Animated Product Card with the help of React and SCSS (PWA)
Stars: ✭ 116 (-7.94%)
Mutual labels:  pwa
Uvue
Vue CLI plugin to create universal Vue applications with ease
Stars: ✭ 119 (-5.56%)
Mutual labels:  pwa
Pwa Barcode Scanner
Information about food from the barcode, on your phone 🛒
Stars: ✭ 122 (-3.17%)
Mutual labels:  pwa
Browser Metrics
A collection of metrics tools for measuring performance ⚡️
Stars: ✭ 115 (-8.73%)
Mutual labels:  pwa
Storefront Ui
Customization-first, performance-oriented and elegant UI framework for eCommerce (and not only) based on Vue.js and Google Retail UX Playbook. Made with 💚 by Vue Storefront team and contributors.
Stars: ✭ 1,827 (+1350%)
Mutual labels:  pwa
Generative.fm
A platform for playing generative music in the browser.
Stars: ✭ 1,534 (+1117.46%)
Mutual labels:  pwa
Gank
🦅 Gank api base △ next.js (react&ssr)
Stars: ✭ 122 (-3.17%)
Mutual labels:  pwa
Vuetify Swipeout
👆 A swipe out example built with Vue CLI 3 + Vuetify + Swiper.
Stars: ✭ 117 (-7.14%)
Mutual labels:  pwa
Lick
LiCK, Library for ChucK
Stars: ✭ 118 (-6.35%)
Mutual labels:  synthesizer
Https Localhost
HTTPS server running on localhost
Stars: ✭ 122 (-3.17%)
Mutual labels:  pwa
Hexo Pwa
Hexo PWA plugin
Stars: ✭ 116 (-7.94%)
Mutual labels:  pwa
Service Worker Detector
This extension detects if a website registers a Service Worker.
Stars: ✭ 124 (-1.59%)
Mutual labels:  pwa
Bento Starter
🍱 Full-Stack solution to quickly build PWA applications with Vue.js and Firebase
Stars: ✭ 1,519 (+1105.56%)
Mutual labels:  pwa
Detoxify App
📱🙅 Generate a fake app to replace any addictive app
Stars: ✭ 122 (-3.17%)
Mutual labels:  pwa
Vue Awesome Picker
A Vue.js Picker Component
Stars: ✭ 126 (+0%)
Mutual labels:  pwa
Nextjs Pwa Graphql Sql Boilerplate
Next.js serverless PWA with GraphQL (Apollo) + Postgres SQL boilerplate
Stars: ✭ 125 (-0.79%)
Mutual labels:  pwa
Reactivetradercloud
Real-time FX trading showcase by Adaptive.
Stars: ✭ 1,664 (+1220.63%)
Mutual labels:  pwa

Wave-PD1

devDependency Status

An experimental synthesizer built using the Web Audio API, written in ES6 and compiled using Babel. Works offline using Service Worker.

https://alexgibson.github.io/wavepad/

Audio node graph

Install

npm install

Build

To build from source and watch for changes:

gulp

By default Javascript is compiled and minified in production mode. To run un-minified and with source maps enabled, simply run:

gulp --env development --smp /path/to/project/root/

Note the smp argument is to append the relative path for source maps to work.

Run

To run the dev server:

npm start

The app can then be viewed at localhost:8000.

Deploy

To automatically build and deploy to gh-pages branch:

gulp deploy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].