<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>Best is to have all soundfiles preloaded.</div>
<div><br>
</div>
<div>RAM-Disk will help if the soundfiles are short. (this skips the “seek time” of a real hard disk)</div>
<div><br>
</div>
<div>Even without RAM-disk this is related to your actual Audio-settings “delay ms” : more delay more large files without audio drops.</div>
<div><br>
</div>
<div>Don't know exactly what your patch is about.</div>
<div><br>
</div>
<div><br>
</div>
<br>
<p></p>
<p><br>
</p>
<div id="Signature"><font face="Courier New, Courier, Monospace" size="2">Mensaje telepatico asistido por maquinas.</font>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Pd-list <pd-list-bounces@lists.iem.at> on behalf of zmoelnig@iem.at <zmoelnig@iem.at><br>
<b>Sent:</b> Monday, February 27, 2017 8:10 PM<br>
<b>To:</b> pd-list@lists.iem.at<br>
<b>Subject:</b> Re: [PD] soundfiler alternative?</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">On 02/27/2017 07:06 PM, José Rafael Subía Valdez wrote:<br>
> Thank you Lucas and Ingo,<br>
> <br>
> well. I do need to load a lot of samples if I want them preloaded.<br>
> Regarding the ram post that you sent, as I understand, that is exactly what<br>
> table does, as it stores it in RAM (am I right?)<br>
<br>
<br>
well, [table] stores the samples as floating point (taking 4 bytes per<br>
sample; and 8 byte on 64bit systems), whereas most soundfiles will use<br>
less bytes.<br>
so having them on a RAM-disk, could indeed help.<br>
<br>
> <br>
> Ingo, if I understand correclty, I need to record the audio from readsf~<br>
> into a table. this means that I need to create the record system to avoid<br>
> clicks (fades in and out). This seams overcomplicated for a simple thing.<br>
> But it appears to be the only solution for this problem.<br>
> <br>
<br>
it is not such a simple thing if you care for deterministic<br>
sample-synchronous playback (you personally might not care, but Pd does).<br>
however, there is a simple solution at hand: get youself plenty of RAM<br>
and pre-load everything into tables.<br>
32GB cost about 250,-€ and will allow you to load approx. 24h of raw<br>
audio, which is probably enough.<br>
it's not exactly super-cheap, but writing software isn't either.<br>
<br>
gfmdsar<br>
IOhannes<br>
<br>
<br>
<br>
</div>
</span></font></div>
</div>
</body>
</html>