https://github.com/dy/audio-experiment
Assorted sound experiments
https://github.com/dy/audio-experiment
Last synced: about 1 year ago
JSON representation
Assorted sound experiments
- Host: GitHub
- URL: https://github.com/dy/audio-experiment
- Owner: dy
- Created: 2016-01-02T05:19:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T20:08:02.000Z (over 7 years ago)
- Last Synced: 2024-12-29T00:20:42.637Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 17 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Assorted sound experiments
1. [Frequency ratio explorer](https://audio-lab.github.io/audio-experiment/ratio-explorer) — how does different frequency ratios sound like?
1. [Melodic circle](https://audio-lab.github.io/audio-experiment/mel-circle) — how does sequential ratios sound like?
1. [SVG synth](https://audio-lab.github.io/audio-experiment/svgsynth) — how does SVG shape like square, triangle or star, being rotated like a circle, sound like?
1. [Trianglifier](https://audio-lab.github.io/audio-experiment/trianglifier) — how does connecting signal extremums with lines sounds like? Like some overdrive actually.
1. [Multiple inputs](https://audio-lab.github.io/audio-experiment/mulit) — test if AudioNodes support multiple inputs. They do!
1. [Spectrum-painter](https://audio-lab.github.io/audio-experiment/stft-painter) — test if gaussial spectrum painted in STFT sounds similar to noise with filter. (that does sound similar).