Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 343 Bytes

Python Audio

What you need

  • Python 3.6.x installed (PyAudio won't work with 3.7.x)
  • PyAudio installed

What you get

  • Tiny framework which allows to play with audio effects
  • Easy to integrate postprocessing steps per audio stream
  • Wave file loading with following formats (Signed 16/8 bit samples)

Example

Have a look at main.py