Metadata-Version: 1.1
Name: ssp
Version: 0.1a6
Summary: SSP
Home-page: http://github.com/bioidiap/ssp
Author: Phil Garner
Author-email: phil.garner@idiap.ch
License: GPLv3
Description: # SSP - Speech Signal Processing module
        
        SSP is released under the Gnu GPL version 3.  See the file `COPYING`
        for details.
        
        To install SSP, something like this ought to work:
        ```sh
        mkdir lib
        cd lib
        git clone git@github.com:idiap/ssp.git
        export PYTHONPATH=~/lib
        ```
        
        Then in some working directory
        ```sh
        ln -s ~/lib/ssp/bin/pitch.py
        ln -s ~/lib/ssp/bin/codec.py
        ```
        
        Then you can say
        ```sh
        pitch.py test.wav  # Graphical view of what's going on
        codec.py -h
        codec.py -r 22050 -p EM1.wav EM1.lf0
        ```
        
        Otherwise, see the wiki at https://github.com/idiap/ssp/wiki
        
        --
        [Phil Garner](http://www.idiap.ch/~pgarner)  
        June 2013
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
