<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello fellow CCRMA users/developers.&nbsp; I am beginning my introduction into DSP and I have found a program that I really want to learn how it works.&nbsp; This program is Freqtweak!.&nbsp; I am not as interested in the visual aspect although it is very neat as well.&nbsp; <br><br>Here is my question to those who understand DSP more than I do:<br><br>Would it be beneficial to do a Fast Fourier Transform on a GPU instead of doing it on the CPU?&nbsp; My guess is that modern CPUs are plenty fast for this type of thing.&nbsp; From my calculations, the Front Side Bus of modern 64 bit CPU provides plenty of cycles for a FFT to take place.&nbsp; However, the knobs can always be turned up, and I just wanted to 'experiment' with the idea.&nbsp; Maybe the quality of sound reproduction could be improved by such a parallel approach.&nbsp; <br><br>My worry is that this may further complicate the process since the the path of the signal(from a guitar) would then be&nbsp; Input&gt;Soundcard&gt;CPU&gt;GPU&gt;CPU&gt;Soundcard&gt;Output.&nbsp; As opposed to:<br>Input&gt;Soundcard&gt;CPU&gt;Soundcard&gt;Output.<br><br>I have not forgotten RAM, but the GPU uses it own RAM.&nbsp; So i am just drawing a rough path.<br><br>Do you think that letting the GPU do some of the work&nbsp; could possibly get a lower latency than is now possible, or is the bottleneck somehwhere else?&nbsp; I am just thinking of ways to make the latency closer zero or, to imrpove the quality of these FFT effects that I use very often in my playing.<br><br><br><br>&gt; From: planetccrma-request@ccrma.Stanford.EDU<br>&gt; Subject: PlanetCCRMA Digest, Vol 31, Issue 27<br>&gt; To: planetccrma@ccrma.Stanford.EDU<br>&gt; Date: Sat, 25 Sep 2010 12:00:02 -0700<br>&gt; <br>&gt; Send PlanetCCRMA mailing list submissions to<br>&gt;         planetccrma@ccrma.stanford.edu<br>&gt; <br>&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>&gt;         http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma<br>&gt; or, via email, send a message with subject or body 'help' to<br>&gt;         planetccrma-request@ccrma.stanford.edu<br>&gt; <br>&gt; You can reach the person managing the list at<br>&gt;         planetccrma-owner@ccrma.stanford.edu<br>&gt; <br>&gt; When replying, please edit your Subject line so it is more specific<br>&gt; than "Re: Contents of PlanetCCRMA digest..."<br>&gt; <br>&gt; <br>&gt; Today's Topics:<br>&gt; <br>&gt;    1. Re: [LAD] a treasure trove of information on "Physical Audio<br>&gt;       Signal Processing" (Renato)<br>&gt;    2. trouble with iso files for FC13 (Tom Poe)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Fri, 24 Sep 2010 15:49:33 +0200<br>&gt; From: Renato &lt;rennabh@gmail.com&gt;<br>&gt; Subject: Re: [PlanetCCRMA] [LAD] a treasure trove of information on<br>&gt;         "Physical Audio Signal Processing"<br>&gt; To: Niels Mayer &lt;nielsmayer@gmail.com&gt;<br>&gt; Cc: PlanetCCRMA mailinglist &lt;planetccrma@ccrma.Stanford.EDU&gt;,        Linux<br>&gt;         Audio Developers &lt;linux-audio-dev@lists.linuxaudio.org&gt;<br>&gt; Message-ID: &lt;20100924154933.11952418@gmail.com&gt;<br>&gt; Content-Type: text/plain; charset=ISO-8859-1<br>&gt; <br>&gt; On Wed, 22 Sep 2010 18:45:03 -0700<br>&gt; Niels Mayer &lt;nielsmayer@gmail.com&gt; wrote:<br>&gt; <br>&gt; &gt; Following a wikipedia link on karplus-strong synthesis posted<br>&gt; &gt; recently, I found this, which appears to be the online fount of all<br>&gt; &gt; knowledge for physical modelling and sound synthesis:<br>&gt; &gt; https://ccrma.stanford.edu/~jos/pasp/<br>&gt; &gt; (with links to examples, code, etc).<br>&gt; &gt; <br>&gt; &gt; &gt; PHYSICAL AUDIO SIGNAL PROCESSING<br>&gt; &gt; &gt; FOR VIRTUAL MUSICAL INSTRUMENTS AND AUDIO EFFECTS<br>&gt; &gt; &gt; JULIUS O. SMITH III<br>&gt; &gt; &gt; Center for Computer Research in Music and Acoustics (CCRMA)<br>&gt; &gt; &gt; Department of Music, Stanford University, Stanford, California<br>&gt; &gt; &gt; 94305 USA<br>&gt; &gt; <br>&gt; &gt; I figure someone will find this interesting. Plus it's cheaper than<br>&gt; &gt; buying the book:<br>&gt; &gt; <br>&gt; &gt; ``Physical Audio Signal Processing'', by Julius O. Smith III, W3K<br>&gt; &gt; Publishing, 2010, ISBN 978-0-9745607-2-4.<br>&gt; &gt; Copyright ? 2010-09-08 by Julius O. Smith III<br>&gt; &gt; Center for Computer Research in Music and Acoustics (CCRMA),<br>&gt; &gt; Stanford University<br>&gt; &gt; <br>&gt; &gt; Niels<br>&gt; &gt; http://nielsmayer.com<br>&gt; &gt; <br>&gt; &gt; PS: Speaking of CCRMA. as seen recently in Linux Journal  (<br>&gt; &gt; http://www.linuxjournal.com/article/10725 ):<br>&gt; &gt; "Systems designed for power users tend to be both slick and decadent,<br>&gt; &gt; armed to the teeth with the kind of tools that would make most end<br>&gt; &gt; users crawl into a straitjacket and whine for their mommies. The<br>&gt; &gt; studio distributions, such as PlanetCCRMA and 64 Studio, tend to be<br>&gt; &gt; this variety."    (i think that's a geek's way of making a<br>&gt; &gt; compliment). _______________________________________________<br>&gt; &gt; Linux-audio-dev mailing list<br>&gt; &gt; Linux-audio-dev@lists.linuxaudio.org<br>&gt; &gt; http://lists.linuxaudio.org/listinfo/linux-audio-dev<br>&gt; <br>&gt; wow, looks impressive. Does someone know how one would go about to make<br>&gt; it a .ps or .pdf, for easier reading and printing? Or is it allready<br>&gt; avaiable on the site and I missed it?<br>&gt; <br>&gt; Also - I guess most of you know about this - here is another good<br>&gt; online source for more generic DSP:<br>&gt; http://www.dspguide.com/<br>&gt; <br>&gt; <br>&gt; renato<br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Fri, 24 Sep 2010 17:10:44 -0400<br>&gt; From: Tom Poe &lt;tompoe@meltel.net&gt;<br>&gt; Subject: [PlanetCCRMA] trouble with iso files for FC13<br>&gt; To: planetccrma@ccrma.Stanford.EDU<br>&gt; Message-ID: &lt;201009241710.44502.tompoe@meltel.net&gt;<br>&gt; Content-Type: text/plain;  charset="us-ascii"<br>&gt; <br>&gt; I have downloaded iso files from a couple of places on the Fedora site, and <br>&gt; keep getting hung at the screen that says it's copying image to disk.  I wait <br>&gt; about 15-20 minutes and it has only moved (within a half minute) to about the <br>&gt; 5% position on the tracker bar.  Should I wait longer?<br>&gt; Tom<br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; PlanetCCRMA mailing list<br>&gt; PlanetCCRMA@ccrma.stanford.edu<br>&gt; http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma<br>&gt; <br>&gt; <br>&gt; End of PlanetCCRMA Digest, Vol 31, Issue 27<br>&gt; *******************************************<br>                                               </body>
</html>