Python Audio Tools
About
News
Installation
Quick Tutorial
Screenshots
Download
Git Access
History



SourceForge.net Logo

Git Access

A Git repository for Python Audio Tools is available via github. To clone the working repository on your own system, use the following command:

% git clone git://github.com/tuffy/python-audio-tools.git <local dir>

You'll then have your own fork to work on at will, or just keep up with current developments. To pull new changes from the github repository, simply use:

% git pull

from your cloned working directory.

I try to keep the working repository in a stable state; since I use it for all my day-to-day audio management, it'd be a big inconvenience to have features not working - or working incorrectly - for an extended period of time. That said, the nature of new code means new bugs are likely to creep in, so use with caution.