Skip to content

cjacoby/claudio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claudio

A concise little audio library for getting audio samples into and out of Python.

Build Status Coverage Status

Installation

The easiest way to install claudio is with pip:

$ pip install git+git://github.com/ejhumphrey/claudio.git

Alternatively, you can clone the repository and do it the hard way:

$ cd ~/to/a/good/place
$ git clone https://github.com/ejhumphrey/claudio.git
$ cd claudio
$ python setup.py build
$ [sudo] python setup.py install

Testing your install

Clone the repository and run the tests directly; nose is recommended, and installed as a dependency:

$ cd {wherever_you_cloned_it}/claudio
$ nosetests

Usage

... more to come // see the tests in the meantime ...

About

A concise little audio library for getting audio samples into and out of Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Shell 1.5%