<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>SMSTransformation question</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi All,<BR>
<BR>
I'm working on a project that manipulates the vowels in vocal files based on stable regions in the frequency domain.<BR>
<BR>
I've set up a command line app loosely based around the way the SMSTools GUI works, but I'm looking to optimize it and get rid of the need for XML config/transformation files. I'm essentially trying to apply the SMS transformation class members directly onto the segments of the Audio object being read in.<BR>
<BR>
Firstly i wanted to know if the best way to organize the system is by using the network editor structure? (ports etc...) or if it's more plausible to simply set up some code that does (audioObj > SMSAnalysis > Transofmration > resynthesis > audioObj) without using NE classes. I've attempted this so far but I get segmentation faults (I'm probably doing something wrong).<BR>
<BR>
Also, reading through some of the examples in the source code, some files refer to a CLAM 'manual'. Does this exist or is this just referring to the doxygen pages? Any specific SMS examples or tutorials would be extremely useful. Thanks in advance.<BR>
<BR>
<BR>
<BR>
Kind Regards,<BR>
Ryan<BR>
<BR>
<BR>
  </FONT>
</P>

</BODY>
</HTML>