Skip to content
/ SNDfunc Public

Basic sound-oriented signal processing functions for Python

Notifications You must be signed in to change notification settings

Kuig/SNDfunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNDfunc

Basic sound-oriented signal processing functions for Python

DSPfunc.py

General Purpose Audio DSP functions

Should work on both Python 2.7.x and 3.x Look at the test() function for some examples...

This collection is based upon the following packages:

  • numpy
  • scipy
  • pysoundfile
  • spectrum
  • matplotlib (for visualization)

This collection also requires the following software:

  • ffmpeg (optional, for mp3 handling)

MIRfunc.py

Basic Sound/Music Information Retrieval functions for Python

Should work on both Python 2.7.x and 3.x Look at the test() function for some examples...

This collection is based upon the DSPfunc collection and uses the following packages:

  • numpy
  • scipy
  • matplotlib (for visualization)

About

Basic sound-oriented signal processing functions for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages