<div dir="ltr">there&#39;s an interesting tool that game audio folks use that does some clever prestidigitation when encoding an MP3 and generates a gapless version. it runs on a PC, but can run under Wine pretty easily. requires old fashioned WAV files for input. here&#39;s the link. the page also has a lot of detailed information on why MP3s have this issue and how the tools solves this problem:<div>
<br></div><div><a href="http://www.compuphase.com/mp3/mp3loops.htm">http://www.compuphase.com/mp3/mp3loops.htm</a><br></div><div><br></div><div style>good luck!</div><div style><br></div><div style>scott</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Feb 19, 2013 at 10:55 AM, Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at" target="_blank">hans@at.or.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Pd will play all files gapless, according to their file length.  The &#39;gap&#39;<br>
problem mostly refers to the MP3 format, which encodes the audio in fixed<br>
frame length.  So if your song doesn&#39;t fit neatly into a multiple of the fixed<br>
frame length, you get a gap, i.e. the leftover part of the last frame is<br>
filled with silence.  That&#39;s a problem with the MP3 format that basically all<br>
other file formats don&#39;t have.<br>
<span class="HOEnZb"><font color="#888888"><br>
.hc<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On 02/19/2013 12:47 PM, Rick T wrote:<br>
&gt; Yes I do have the ability to change the playlist file to a text file<br>
&gt; and alter it how it looks.  The thing I&#39;m looking for is an example of<br>
&gt; gapless playing.  I couldn&#39;t find one doing google search.<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt; On Tue, Feb 19, 2013 at 12:53 AM, Roman Haefeli &lt;<a href="mailto:reduzent@gmail.com">reduzent@gmail.com</a>&gt; wrote:<br>
&gt;&gt; On Die, 2013-02-19 at 00:31 -1000, Rick T wrote:<br>
&gt;&gt;&gt; Greetings All<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I have a playlist file (songs.pls) that I would like to play gapless<br>
&gt;&gt;&gt; (without the 1 second pause between tracks) can puredata due this if so is<br>
&gt;&gt;&gt; there and example?<br>
&gt;&gt;<br>
&gt;&gt; It sounds doable to me. I&#39;d do it with [textfile] reading your playlist<br>
&gt;&gt; which passes each line (after some message mangling) to a [readsf~]. My<br>
&gt;&gt; only concern is the chosen file format &#39;.pls&#39;. Pd (natively) is pretty<br>
&gt;&gt; bad in string parsing. If you could use your own format it would make<br>
&gt;&gt; things a lot easier. I don&#39;t know if you have any constraints there.<br>
&gt;&gt;<br>
&gt;&gt; The simplest format of such a text file might be as an example:<br>
&gt;&gt;<br>
&gt;&gt; filename1.wav<br>
&gt;&gt; filename2.wav<br>
&gt;&gt; whateverfile.wav<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Roman<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt;&gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">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/listinfo/pd-list</a><br>
</div></div></blockquote></div><br></div>