[Loris-cvs] Loris NEWS,1.92,1.93
C++ class library for sound analysis, synthesis, and morphing
Brought to you by:
kfitz
|
From: Kelly F. <kf...@us...> - 2010-01-11 03:50:33
|
Update of /cvsroot/loris/Loris In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv460 Modified Files: NEWS Log Message: Removed resampling capabilties with timing envelope. These are not ready for prime time yet, and will be introduced in the next release version of Loris. Index: NEWS =================================================================== RCS file: /cvsroot/loris/Loris/NEWS,v retrieving revision 1.92 retrieving revision 1.93 diff -C2 -d -r1.92 -r1.93 *** NEWS 10 Jan 2010 07:09:27 -0000 1.92 --- NEWS 11 Jan 2010 03:50:25 -0000 1.93 *************** *** 4,9 **** Python module, a C-linkable interface, and documentation. ! Loris 1.6 fixes long-standing phase errors in synthesis, improves ! the Resampler, and enhances the Python interface. Loris can be downloaded from http://sourceforge.net/projects/loris --- 4,10 ---- Python module, a C-linkable interface, and documentation. ! Loris 1.6 fixes long-standing phase errors in synthesis and enhances ! the Python interface. A detailed list of major changes is given in ! the change history, below. Loris can be downloaded from http://sourceforge.net/projects/loris *************** *** 20,24 **** ! History of visible changes, organized by relase number: ------------------------------------------------------- --- 21,25 ---- ! History of visible changes, organized by release number: ------------------------------------------------------- *************** *** 27,31 **** - Corrected several sources of phase errors in synthesis. ! - Improved the Resampler interface and functionality. - Added capability to perform logarithmic frequency morphing -- --- 28,35 ---- - Corrected several sources of phase errors in synthesis. ! - Improved the Resampler implementation of Breakpoint time ! quantization (previously called "sparse resampling"), no longer ! adding extra Breakpoints unpredictably to lessen differences ! between the original and resampled envelopes. - Added capability to perform logarithmic frequency morphing -- |