Hi Kassen,<br><br>Thanks for the responses! Yeah, Eduard&#39;s code works perfectly, I just altered the values enough to throw it off. I emailed him directly, and he helped me sort it out. Here&#39;s the quoted text:<br><br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">just to start with, the fftsize has to be a multiple of 2, so 2500 is
not an optimal size. It should be 2048 (pow(2,11)) or 4096 (pow(2,12))
or 1024 (pow(2,10))... although you can still use any size, it&#39;s better
to use  a power of two, which in chuck is Math.pow(2,n) where n is the
number you are rising 2 to. A good size is 2048, so n=10. Otherwise the
code does not make sense... for instance FFT_SIZE/8. That only makes
sense if FFT_SIZE is a power of 8 which in turn is a power of 2 (2^3=8).<br></blockquote><br>Any other vocoding wisdom or expertise anyone has to share, I&#39;m all ears. This stuff is really cool.<br><br>best,<br>P<br><br>
<br><br><div class="gmail_quote">2009/4/20 Kassen <span dir="ltr">&lt;<a href="mailto:signal.automatique@gmail.com">signal.automatique@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote">2009/4/20 Andrew C. Smith <span dir="ltr">&lt;<a href="mailto:acsmith@willamette.edu" target="_blank">acsmith@willamette.edu</a>&gt;</span><div class="im"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Sort of an OT question--<br>
Where did you find this ChucK folder and is there more?  </blockquote></div><div><br>The file is stored in this directory; <a href="http://www.lullcec.org/chuck/fft/" target="_blank">http://www.lullcec.org/chuck/fft/</a> going up another level brings us here; <a href="http://www.lullcec.org/chuck/" target="_blank">http://www.lullcec.org/chuck/</a> <br>

</div></div><br>There&#39;s one tutorial in there written by Eduard Aylon, maybe he did the rest as well. Not at all a bad resource if you&#39;re looking for things to learn from.<br><br>Yours,<br>Kas.<br>
<br>_______________________________________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Peter Esveld<br>..........................................<br>952.818.6488<br><a href="mailto:peter.esveld@gmail.com">peter.esveld@gmail.com</a><br>..........................................<br>