[Loris-cvs] Loris NEWS,1.93,1.94
C++ class library for sound analysis, synthesis, and morphing
Brought to you by:
kfitz
|
From: Kelly F. <kf...@us...> - 2010-01-17 07:28:41
|
Update of /cvsroot/loris/Loris In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11137 Modified Files: NEWS Log Message: Fixed several phase errors and cleaned up parameter interpolation in the Partial class. Phase interpolation is now consistent with synthesized phases. Index: NEWS =================================================================== RCS file: /cvsroot/loris/Loris/NEWS,v retrieving revision 1.93 retrieving revision 1.94 diff -C2 -d -r1.93 -r1.94 *** NEWS 11 Jan 2010 03:50:25 -0000 1.93 --- NEWS 17 Jan 2010 07:28:25 -0000 1.94 *************** *** 26,30 **** changes since 1.5.4 release: ! - Corrected several sources of phase errors in synthesis. - Improved the Resampler implementation of Breakpoint time --- 26,31 ---- changes since 1.5.4 release: ! - Corrected several sources of significant phase errors in ! synthesis, and in phase reporting from analysis data. - Improved the Resampler implementation of Breakpoint time |