Hi,<br><br>I &#39;ve been searching the internet for two days and i couldn&#39;t find any satisfying answer, so I thought I&#39;d ask here...<br>I&#39;m running PD on my Raspberry Pi, and I need to record Pd&#39;s output. I can&#39;t use the standard writesf~ because I lack disk space, and oggwrite~ doesn&#39;t work well on the RPi (it records fine but Pd&#39;s output is trashed). <br>
<br>I recently discovered that i could record something in raw with ALSA using arecord, and pipe this into oggenc, or flac, or whatever I need to record the file. Something like:<br>arecord &lt;parameters&gt; raw | oggenc &lt;parameter&gt; file.ogg<br>
<br>The thing is that the RPi has no capture device (the single PCM doesn&#39;t seem to be capable of capture). <br><br>A lot of things seem to be possible using a .asoundrc configuration file for ALSA, but I don&#39;t know how to use it. <br>
What I would want is to copy the PCM output so that ALSA can recognize this copy as an input in a record. Note that I need to be able to listen to the output while recording.<br><br>Do you thing this is possible at all? <br>
<br>Cheers,<br><br>Pierre.<br>