./wip/py-scikits_talkbox, Talkbox, a set of python modules for speech/signal processing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.5, Package name: py310-scikits_talkbox-0.2.5, Maintainer: jihbed.research

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


Required to run:
[devel/py-setuptools] [math/py-numpy] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 0cbea977af22611131dd09423a5f7dbb1b9e5a03
Filesize: 147.989 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-01-19 15:36:48 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
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