<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Newbie: convert an audio file to a text file]]></title><description><![CDATA[<p>Hi</p>
<p>Sorry for my english</p>
<p>I need to convert an audio file to a text file (each number inside this text represent the level of audio file). And after to reconvert the text file to an audio file.</p>
<p>I think Pure Data is the good soft to do that (what do you think?).<br />
How can i do that? Is there already a patche doing that, i can download to understand how to do?</p>
<p>Thank you very much</p>
<p>Baptiste</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/1604/newbie-convert-an-audio-file-to-a-text-file</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 04:19:31 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/1604.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Apr 2008 18:06:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Newbie: convert an audio file to a text file on Wed, 09 Apr 2008 18:06:06 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>Sorry for my english</p>
<p>I need to convert an audio file to a text file (each number inside this text represent the level of audio file). And after to reconvert the text file to an audio file.</p>
<p>I think Pure Data is the good soft to do that (what do you think?).<br />
How can i do that? Is there already a patche doing that, i can download to understand how to do?</p>
<p>Thank you very much</p>
<p>Baptiste</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/1604/newbie-convert-an-audio-file-to-a-text-file</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/1604/newbie-convert-an-audio-file-to-a-text-file</guid><dc:creator><![CDATA[baptiste]]></dc:creator><pubDate>Wed, 09 Apr 2008 18:06:06 GMT</pubDate></item><item><title><![CDATA[Reply to Newbie: convert an audio file to a text file on Wed, 09 Apr 2008 18:54:02 GMT]]></title><description><![CDATA[<p>Welcome to the forum baptiste, and no need to worry about your english.</p>
<p>I've attached a patch that will do this. The file will be generated where you have saved the patch. What happens is that the audiofile is read into the table first. Next all float values are written to the textfile.</p>
<p>Hope this helps.</p>
<p>Domien</p>
<p><a href="http://www.pdpatchrepo.info/hurleur/audio2text.pd" rel="nofollow">http://www.pdpatchrepo.info/hurleur/audio2text.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/1604/newbie-convert-an-audio-file-to-a-text-file/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/1604/newbie-convert-an-audio-file-to-a-text-file/2</guid><dc:creator><![CDATA[domien]]></dc:creator><pubDate>Wed, 09 Apr 2008 18:54:02 GMT</pubDate></item><item><title><![CDATA[Reply to Newbie: convert an audio file to a text file on Thu, 10 Apr 2008 12:44:04 GMT]]></title><description><![CDATA[<p>hi</p>
<p>thank you very much.<br />
because i am a newbie i discover everything.<br />
I ask to myself how works the text boxe &quot;reads -resize $1 mysound&quot;. What is this sort of command? Same question about the text boxe &quot;;mysound write sound.txt&quot;.</p>
<p>I need to reconvert this text in an audio too, do you how can i do that?</p>
<p>Thank you</p>
<p>Baptiste</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/1604/newbie-convert-an-audio-file-to-a-text-file/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/1604/newbie-convert-an-audio-file-to-a-text-file/3</guid><dc:creator><![CDATA[baptiste]]></dc:creator><pubDate>Thu, 10 Apr 2008 12:44:04 GMT</pubDate></item><item><title><![CDATA[Reply to Newbie: convert an audio file to a text file on Thu, 10 Apr 2008 13:18:58 GMT]]></title><description><![CDATA[<p>The [read -resize $1 mysound( should is actually what pd calls a message. You can send all kind of messages to all objects to do things. In this case it is a message sent to the [soundfiler] object and contains instructions for that object. It is interpretted as follows :</p>
<p>read : tells the soundfiler to... read a soundfile (there's also a write)<br />
-resize : this flag tells the soundfiler to resize the table it will read the file into<br />
$1 : this is a parameter from the message and is actually replaced by the output of the [openpanel] object =&gt; it will contain the full path of your selected file<br />
mySound : this is the final parameter and is the name of the table</p>
<p>The [;mySound write sound.txt( is a kind of special message you can perform on tables. It just instructs the table to write its contents to a specified file.</p>
<p>Remember that you can almost always right click an object to request its help file and further I can recommend you to read the patches from the help browser (2.control.examples/15.array.pd and 16.more.arrays.pd will show you what's possible with tables).</p>
<p>Enjoy it,</p>
<p>Domien</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/1604/newbie-convert-an-audio-file-to-a-text-file/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/1604/newbie-convert-an-audio-file-to-a-text-file/4</guid><dc:creator><![CDATA[domien]]></dc:creator><pubDate>Thu, 10 Apr 2008 13:18:58 GMT</pubDate></item><item><title><![CDATA[Reply to Newbie: convert an audio file to a text file on Thu, 10 Apr 2008 15:11:57 GMT]]></title><description><![CDATA[<p>cool<br />
that is exactly that i need</p>
<p>thank you</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/1604/newbie-convert-an-audio-file-to-a-text-file/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/1604/newbie-convert-an-audio-file-to-a-text-file/5</guid><dc:creator><![CDATA[baptiste]]></dc:creator><pubDate>Thu, 10 Apr 2008 15:11:57 GMT</pubDate></item></channel></rss>