https://github.com/samrocksc/webaudiofunsies
Playing around with live recording web audio experiments.
https://github.com/samrocksc/webaudiofunsies
Last synced: 6 months ago
JSON representation
Playing around with live recording web audio experiments.
- Host: GitHub
- URL: https://github.com/samrocksc/webaudiofunsies
- Owner: samrocksc
- License: gpl-3.0
- Created: 2018-11-20T04:41:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T16:46:13.000Z (over 7 years ago)
- Last Synced: 2025-10-09T18:08:12.280Z (9 months ago)
- Language: HTML
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testing out web audio live recordings
base-intervals - []()https://flashy-approval.surge.sh/
## General Notes About The WebAPI
- WebAudio records agt 44.1khz(aka 441000/second);
- AnalyserNode will provide you with an array of 1024 numbers.
- Wavelength is _technically_ measured on a wavelength's crest to crest; however...for the sake of pitch bending/vibrato it's saner to measure where the node thresholds are crossed.
- AnalyserNode returns a length y height of `0-256` meaning that the node for the sound wave is `128`.