Try adding this to the CFLAGS when compiling:<div><br></div><div><pre style="margin-top:0px;margin-bottom:10px;padding:5px;border-width:0px 0px 0px 2px;border-left-style:dotted;border-left-color:rgb(204,204,204);font-size:12px;vertical-align:baseline;overflow:auto;width:auto;max-height:600px;font-family:&#39;Droid Sans Mono&#39;,Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,serif;background-color:rgb(238,238,238);color:rgb(17,17,17);line-height:19.600000381469727px">
<code style="margin:0px;padding:0px;border:0px;vertical-align:baseline;font-family:&#39;Droid Sans Mono&#39;,Consolas,Menlo,Monaco,&#39;Lucida Console&#39;,&#39;Liberation Mono&#39;,&#39;DejaVu Sans Mono&#39;,&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace,serif;color:rgb(34,34,34);background-image:none">-mfpu=vfp -mfloat-abi=hard</code></pre>
<div><br></div><div>This will enable the hardware floating point unit on the ARM which is actually the vector processor.  It is apparently off by default so everyone might be using integer fixed point which would be very slow.  Hopefully this will help performance.</div>
<br><div class="gmail_quote">On Thu, Sep 13, 2012 at 6:36 PM, Cyrille Henry <span dir="ltr">&lt;<a href="mailto:ch@chnry.net" target="_blank">ch@chnry.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
using 0.44, we manage to have it running with 25ms audio buffer using an external usb soundcard.<br>
85% cpu about. no clicks.<br>
<br>
cheers<br>
c<br>
<br>
<br>
Le 11/09/2012 19:42, Miller Puckette a écrit :<div class="HOEnZb"><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
One slight tweak: if you type &quot;sudo chmod 4755 /usr/bin/pd&quot; you will<br>
probably be able to use the mouse clicklessly (at some expense to security!)<br>
<br>
This will be unnecessary in release 0.44...<br>
<br>
cheers<br>
Miller<br>
On Tue, Sep 11, 2012 at 07:32:16PM +0200, Pierre Massat wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear List,<br>
<br>
I managed to get the phase vocoder working on my Raspberry Pi, with the<br>
standard Raspbian wheezy distro.<br>
It works ok under the following conditions :<br>
- no GUI activity (even moving the mouse results in awful scratches)<br>
- the &quot;delay&quot; in Pd is set to at least 50ms<br>
- 224 Mb of RAM is allocated to the CPU.<br>
<br>
All this using the internal audio output.<br>
<br>
This is quite encouraging...<br>
<br>
Cheers,<br>
<br>
Pierre.<br>
</blockquote>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
______________________________<u></u>_________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a><br>
</blockquote>
<br>
<br>
______________________________<u></u>_________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a><br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a><br>
</div></div></blockquote></div><br></div>