Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 947 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 947 Bytes

sigtools

Written by Matt C. McCallum.

A number of reusable Python audio signal processing functions I use in my code.

The current responsibilities of this module include:

  • Accessors for media files
  • Media file conversion functions
  • Signal processing analysis algorithms, math, filters

Dependencies

Everything is in the usual requirements.txt file.

There may be a complication with PyAudio if portaudio is not installed.

Note that this module also depends on this url library, not available from regular PyPi servers.

You'll need ffmpeg if you want to read mp3 files.

Install

This is currently intended to be used as a git submodule:

git submodule add https://github.com/MCMcCallum/sigtools

Alternatively, once I need the convenience I'll probably write a distutils setup.py for this module.