Hi Subramaniam<br><br>&gt;You could write out raw samples from the<br>
&gt;sound clip in the library<br>Excellent!, I can convert it, the part that I didn&#39;t know was how to extract the audio. I&#39;ll try it using SampledSound class. Thanks.<br><br>felipe<br><div class="gmail_quote">2009/7/15 K. K. Subramaniam <span dir="ltr">&lt;<a href="mailto:subbukk@gmail.com">subbukk@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;"><div class="im">On Sunday 12 Jul 2009 10:26:57 pm Felipe López Toledo wrote:<br>
&gt; Hi guys<br>
&gt;<br>
&gt; I&#39;m a newbie using squeak,<br>
&gt; I&#39;m having some troubles, perhaps you could help me :)<br>
&gt;<br>
&gt; I would like to extract the audio files from a squeak Open Learning<br>
&gt; Exchange Nepal activity (.pr file).<br>
</div>AFAIK, there are no ready-made methods to export sound in any compressed<br>
formats. The sound library in SampledSound class stores sounds as raw 8-<br>
bit/16-bit samples. The class has methods to read WAV and AIFF files but no<br>
corresponding write methods :-(. You could write out raw samples from the<br>
sound clip in the library and then use sound conversion utilities on the host<br>
to convert samples to WAV, mp3 etc.<br>
<br>
HTH .. Subbu<br>
<br>
<br>
</blockquote></div><br>