CarEngines
CarEngines copied to clipboard
Some simple techniques for generating car engine sound effects
Simple Engine Sounds with the WebAudio API
Some simple techniques for generating car engine sounds in Javascript games. This is a companion to my blog post on this topic.
Usage
- Clone the repository
cd ./CarEngines- Start a simple web server:
python -m http.server 8001(or Python 2.x:python -m SimpleHTTPServer 8001) - Go to http://localhost:8001/index1.html and http://localhost:8001/index2.html