https://github.com/jatinchowdhury18/webaudiodistortion
A web application distortion effect
https://github.com/jatinchowdhury18/webaudiodistortion
audio-effect audioworklet emscripten webaudio webmidi
Last synced: 2 months ago
JSON representation
A web application distortion effect
- Host: GitHub
- URL: https://github.com/jatinchowdhury18/webaudiodistortion
- Owner: jatinchowdhury18
- Created: 2019-01-07T19:51:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T15:06:37.000Z (over 6 years ago)
- Last Synced: 2025-02-14T08:46:33.463Z (4 months ago)
- Topics: audio-effect, audioworklet, emscripten, webaudio, webmidi
- Language: JavaScript
- Homepage: https://ccrma.stanford.edu/~jatin/220a/fp/
- Size: 70.3 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Audio Distortion
A proof of concept for porting audio processing desktop applications made in c++ to web audio applications. `myeffect.cpp` is a simple distortion effect with a low pass filter. Using the [Emscripten](https://github.com/kripken/emscripten), the effect was compiled into web assembly and javascript, then wrapped as an Audio Worklet Module, and connected to a monophonic sine wave MIDI synth.
### More information:
- See the [completed Web Audio application](https://ccrma.stanford.edu/~jatin/220a/fp/) (need Google Chrome)
- For more information on [porting C++ audio applications to web audio](https://developers.google.com/web/updates/2018/06/audio-worklet-design-pattern)
- This project was completed as a final project for [Music 220a](https://ccrma.stanford.edu/courses/220a/) at Stanford University (CCRMA)