Skip to content

A dumping ground for all my python audio processing tools

Notifications You must be signed in to change notification settings

MCMcCallum/sigtools

Repository files navigation

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.

About

A dumping ground for all my python audio processing tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages