Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 467 Bytes

Python DSP

About

This project contains a few simple scripts to perform DSP on audio files in python.

  • audiofile.py: Container class for an audio file.
  • amplify.py: Amplify an audio file by the given gain setting.
  • sum.py: Combine two audio files into a single file.
  • reverse.py: Reverse an audio file.
  • generate_sine.py: Generate an audio file containing a sine wave signal.
  • generate_square.py: Generate an audio file containing a square wave signal.