Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 510 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 510 Bytes

python-projects

projects/labs/assignments I've done

in P6.45 it Writes a program that reads a sound file, reverses all values, and saves the result. Try it out with the recording of speech or a song.

in P6.40 it writes a program that reads a sound file and “fades in” the sound. We Multiply the values of the first second with a factor that increases from 0 to 1.

the soundprocessing.py Creates a main program that asks the user how they would like to process the file, e.g. 1. Fade In, 2. Reverse