-
It would be useful, if floating-point numbers can be specified with -p option
like "excite".
2009-10-31 10:13:10 UTC by tokuda
-
mataki committed patchset 7 of module CVSROOT to the Speech Signal Processing Toolkit (SPTK) CVS repository, changing 1 files.
2009-10-14 10:13:37 UTC by mataki
-
lbg:
Option for minimum number of training vectors for each cell.
if (cntcb[i]>0)
->
if (cntcb[i]>=mintnum)
2009-10-14 04:10:33 UTC by tnose
-
>In the DTW, MMSE criterion will be better than weighted square error one.
Sorry, please ignore above line.
2009-10-13 12:21:00 UTC by tnose
-
I'd like to have a command or functionality to remove '0' from input.
2009-10-09 14:14:51 UTC by heigazen
-
Can you please add LOG2 and POW2 to sopr?.
2009-10-09 13:54:42 UTC by heigazen
-
page.128
echo "0.25 -0.5 0.25" | x2x +af > accel
->
echo "1 -2 1" | x2x +af > accel.
2009-10-09 05:14:36 UTC by tnose
-
uratec committed patchset 1391 of module SPTK to the Speech Signal Processing Toolkit (SPTK) CVS repository, changing 1 files.
2009-10-08 05:43:51 UTC by uratec
-
Following spelling errors in some codes (e.g., mcep.c):
mimimum -> minimum.
2009-10-02 06:50:25 UTC by tnose
-
Implementation of dynamic time warping (DTW).
In the DTW, MMSE criterion will be better than weighted square error one.
2009-10-01 01:17:29 UTC by tnose