KAudio Python Library

From vjmedia
Revision as of 13:09, 29 April 2015 by Kdmccormick (talk | contribs) (Initial edit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

KAudio is an experimental proof-of-concept audio processing library for Python. It allows users to generate audio signals, load audio from files, apply various effects to the audio, and then play it back. It is not currently a finished product, and it is not intended to be used in a production environment.

Installation

Requirements:

  • Python 2.7.x
  • NumPy 1.8.2 or greater
  • PyAudio 0.2.8 or greater