https://github.com/learosema/sound
https://github.com/learosema/sound
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/learosema/sound
- Owner: learosema
- Created: 2023-08-21T21:25:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T09:11:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T07:52:33.379Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://lea-audio.netlify.app/
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Audio Arpeggio player
The hype got me finally convinced building something with ChatGPT. I asked it to create chiptune style music.
The music sequence `['C4', 'E4', 'G4', 'C5', 'E4', 'A4', 'D5', 'G5']` is composed by ChatGPT 3.5.
It didn't get the FM Synthesis right so that was done by me :D
Which still confirms my assumption ChatGPT is not here to help us but we're there to help ChatGPT ^^ :D.
Oh and it has a bad memory leak which causes the JavaScript to crash after a while, I guess due to the white noise buffer, filling memory with `Math.random()`.
And the stop button doesn't work. But it's something to get started with.