Metadata-Version: 1.0
Name: scikits.talkbox
Version: 0.2
Summary: Talkbox, a set of python modules for speech/signal processing
Home-page: http://projects.scipy.org/scipy/scikits
Author: David Cournapeau
Author-email: david@ar.media.kyoto-u.ac.jp
License: MIT
Download-URL: http://projects.scipy.org/scipy/scikits
Description: Talkbox, to make your numpy environment speech aware !
        
        Talkbox is set of python modules for speech/signal processing. The goal of this
        toolbox is to be a sandbox for features which may end up in scipy at some
        point. The following features are planned before a 1.0 release:
        
        * Spectrum estimation related functions: both parametic (lpc, high
        resolution methods like music and co), and non-parametric (Welch,
        periodogram)
        * Fourier-like transforms (DCT, DST, MDCT, etc...)
        * Basic signal processing tasks such as resampling
        * Speech related functionalities: mfcc, mel spectrum, etc..
        * More as it comes
        
        I want talkbox to be useful for both research and educational purpose. As such,
        a requirement is to have a pure python implementation for everything - for
        educational purpose and reproducibility - and optional C/C++/Lisp for speed -
        because waiting for your mfcc computation one hour before ICASSP submission
        deadline :).
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
