Hi all,<br><br>I've been doing some optimizing this week.  Trying to make the application that I've been working on run faster.  And I've been looking at the SMSSynthesis class and asking myself whether it is really necessary for this class to perform two IFFTs.  Apparently, SMSSythesis performs a separate IFFT for the sinusoidal peaks and the residual, because it's possible that these two could use two different IFFT sizes.  It would be nice if it only performed one IFFT in the case that they both had the same size.  Um...  I have been looking at the configuration file for SMSSynthesis trying to identify the relevant configuration elements for IFFT size, but actually, I only saw one configuration element for the IFFT size.  Um...  I've uploaded an example configuration file to: 
<a href="http://www.gregkellum.com/temp/synthesis.xml">http://www.gregkellum.com/temp/synthesis.xml</a>  Could someone tell me what the relevant configuration elements are?<br><br>Best,<br>Greg<br>