Hello,<br><br>Currently I am stuck at one point in my multichannel recording patch. The problem is that I want to dynamically read the list of wav-files from a specific folder using a text file.<br>For this case, I am using the textfile object. One line of the text file reads like<br>
<br>sp01_48kHz/swih7<br><br>Can there be a way of separating this line into separate strings like<br><br>&#39;sp01&#39; &#39;48kHz&#39; &#39;swih7&#39;<br><br>I need for instance the first string to create the name of wav-files to record the data.<br>
<br>In addition to that is there any conditional statement (object) in PD, which I can use to only generate the wav-files, e.g., when sp01 changes to sp02 in the text file as I have 10 utterance for every speaker and I want to store them separately?<br>
<br>I will really appreciate help in this regard <br><br>Thanks,<br><br>Tania<br><br>