How to make a Simple Sound Synthesizer in Python

Опубликовано: 05 Ноябрь 2024
на канале: FinFET
21,141
597

A simple sound synthesizer made with Pygame and Numpy in Python.

https://github.com/FinFetChannel/Pyth...

0:00 Cringe Intro
0:33 What is a sound wave
1:28 Generating a digital signal
3:24 Generating a sample for each note in a piano keyboard
4:43 Keyboard input
5:18 Displaying the notes on the screen
6:08 Generating square and triangular waves
7:22 Saving a sound sequence
8:15 Replaying the text file
9:10 Creating sound tracks
10:13 Exporting a track to a wav file