spis2022.github.io

SPIS 2022, Breadth 08/19 (Phill)

Basic concepts

Enabling Audio in a repl

To enable audio:

audio = true

Demo of sound in a repl

https://replit.com/@PhillipConrad/audio-python-2#main.py

Attack, Decay, Sustain, Release

https://linuxaudio.github.io/libremusicproduction/html/answer/adsr-envelope.html

Sine wave to square wave

https://www.allaboutcircuits.com/textbook/alternating-current/chpt-7/square-wave-signals/

Demo of sound with Pure Python

https://github.com/spis2022/audio-plain-python

More resources

Some resources for sound/audio

Python-based (that do not depend on repl.it)

Repl.it (Python-based)

Repl.it (non-Python)

Advanced git/GitHub