pkgsrc-wip/py-scikits_talkbox/DESCR
Kamel Ibn Aziz Derouiche cf593155e2 Import py26-scikits_talkbox-0.2.5 as wip/py-scikits_talkbox.
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
2011-01-19 14:36:48 +00:00

11 lines
574 B
Text

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