https://github.com/noodlesushi/fm-am-synth
An online mini synthesizer illustrating the basics of FM and AM.
https://github.com/noodlesushi/fm-am-synth
amplitude-modulation frequency-modulation synthesizer web-audio web-audio-api
Last synced: over 1 year ago
JSON representation
An online mini synthesizer illustrating the basics of FM and AM.
- Host: GitHub
- URL: https://github.com/noodlesushi/fm-am-synth
- Owner: NoodleSushi
- Created: 2024-11-19T10:52:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T16:41:17.000Z (over 1 year ago)
- Last Synced: 2025-01-24T06:29:51.600Z (over 1 year ago)
- Topics: amplitude-modulation, frequency-modulation, synthesizer, web-audio, web-audio-api
- Language: TypeScript
- Homepage: https://noodlesushi.github.io/FM-AM-Synth/
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FM-AM Synth
*Published on December 11, 2024*
An interactive online mini synthesizer designed to demonstrate the fundamental concepts of FM (Frequency Modulation) and AM (Amplitude Modulation).
This project was developed as part of a submission and presentation for a Signals and Systems course.
You can try it out [here](https://noodlesushi.github.io/FM-AM-Synth/)!

# Credits
- Website styling was designed by [ladyneneii](https://github.com/ladyneneii)
- Oscilloscope Phase-Alignment feature was inspired by insights from [mattmontag's guide](https://www.mattmontag.com/development/a-phase-aligned-oscilloscope)