Personal Project
Music
I was inspired by the Turtle graphics module one day in class and asked myself what else can Python do. I discovered Python can be used to generate sound. My biggest challenge was getting Simple Audio to work with the Linux ALSA API. Here is a graph representing the sound frequency intensities of the various notes present in the audio I created and attached.
Technologies used include:
- Python
- Simple Audio
- NumPy
- Matplotlib