Sure, it is in the attachment.Thank you for your time!
Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova
00385(0)915225162
From: Lucas Cordiviola <[email protected]>
To: "[email protected]" <[email protected]>
Sent: Tuesday, August 1, 2017 12:09 AM
Subject: Re: [PD] Writing part of large table to file
Can you attach a patch that demonstrate the issue?Do not attach the sound-file,
we fill your specified n of samples.Salutti,
Lucarda.
Mensaje telepatico asistido por maquinas.On 7/31/2017 6:31 AM, Hrvoje Radnic
via Pd-list wrote:
Ok, I got some success with soundfiler, but, found out that I can write a file
only if the last sample of the file is smaller than 1 800 000 approximately
(-nframes flag). Anyone had similar experience? Is it a bug?Thanks!
Hrvoje Radnic
http://soundcloud.com/sumovi-protiv-valova
00385(0)915225162
From: Jack <[email protected]>
To: [email protected]
Sent: Monday, July 31, 2017 10:13 AM
Subject: Re: [PD] Writing part of large table to file
Hello,
Did you see the help file about [soundfiler] to save a table in binary
sound file ?
It is easy to copy/paste a part of table with objects [array].
++
Jack
Le 30/07/2017 à 12:14, Hrvoje Radnic via Pd-list a écrit :
> Dear List!
>
> I would like to save a part of very large table into the audio file.
> Let's say, I have a 10 million points sized table and want to save a
> file to disk which contains the part of that table, ranging from 2M to
> 3M point. I know how to do it by recording the audio in real time, but
> would like to do it "instantly".
>
> Thank you for your suggestions!
>
> Hrvoje Radnic
> http://soundcloud.com/sumovi-protiv-valova
> 00385(0)915225162
>
>
> _______________________________________________
> [email protected] mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
#N canvas 979 236 895 790 10;
#X obj 57 493 soundfiler;
#X floatatom 223 291 9 0 0 0 - - -, f 9;
#X floatatom 135 293 9 0 0 0 - - -, f 9;
#X obj 57 394 f;
#X obj 89 393 f;
#X msg 57 291 bang;
#X obj 57 447 pack f f s s;
#X obj 57 313 t b b b b;
#X obj 5 493 print;
#X obj 248 393 symbol \$0-srcsmp;
#X msg 57 470 write -wave -skip \$1 -nframes \$2 \$3 \$4;
#X obj 135 312 t f f;
#X obj 237 341 -;
#X obj 223 310 t b f;
#X obj 237 363 * -1;
#X obj 347 8 array define \$0-srcsmp 2.88e+06;
#X text 576 8 1 minute of mono audio;
#X text 292 290 end point (\$2);
#X text 134 272 start point (\$1);
#X msg 21 39 bang;
#X obj 21 61 openpanel;
#X obj 53 115 symbol \$0-srcsmp;
#X msg 21 175 read \$1 \$2;
#X obj 21 197 soundfiler;
#X obj 21 86 t s b;
#X obj 21 145 pack s s;
#X obj 130 393 symbol test.wav;
#X text 22 272 write file;
#X text 152 412 \$3;
#X text 369 396 \$4;
#X obj 25 717 readsf~;
#X obj 26 747 dac~;
#X msg 25 551 bang;
#X obj 25 573 openpanel;
#X obj 57 627 symbol \$0-srcsmp;
#X obj 25 598 t s b;
#X obj 25 657 pack s s;
#X msg 25 686 open \$1 \$2 \, start;
#X floatatom 297 356 9 0 0 0 - - -, f 9;
#X text 17 8 1) Load the audio file into the table;
#X text 18 234 2) adjust the start and end points and write the file
to disk;
#X text 22 520 3) hear the result;
#X obj 347 47 loadbang;
#X msg 347 69 \; pd dsp 1;
#X text 370 354 no of samples to save (\$2-\$1);
#X connect 1 0 13 0;
#X connect 2 0 11 0;
#X connect 3 0 6 0;
#X connect 4 0 6 1;
#X connect 5 0 7 0;
#X connect 6 0 10 0;
#X connect 7 0 3 0;
#X connect 7 1 4 0;
#X connect 7 2 26 0;
#X connect 7 3 9 0;
#X connect 9 0 6 3;
#X connect 10 0 0 0;
#X connect 10 0 8 0;
#X connect 11 0 3 1;
#X connect 11 1 12 0;
#X connect 12 0 14 0;
#X connect 13 0 2 0;
#X connect 13 1 12 1;
#X connect 14 0 4 1;
#X connect 14 0 38 0;
#X connect 19 0 20 0;
#X connect 20 0 24 0;
#X connect 21 0 25 1;
#X connect 22 0 23 0;
#X connect 24 0 25 0;
#X connect 24 1 21 0;
#X connect 25 0 22 0;
#X connect 26 0 6 2;
#X connect 30 0 31 0;
#X connect 30 0 31 1;
#X connect 32 0 33 0;
#X connect 33 0 35 0;
#X connect 34 0 36 1;
#X connect 35 0 36 0;
#X connect 35 1 34 0;
#X connect 36 0 37 0;
#X connect 37 0 30 0;
#X connect 42 0 43 0;
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list