i installed the two files (d_soundfile.c + s_inter.c) in my 0.35-test24 sources and compiled it, now it says some stuff on the console about child priorities but in the end i still get dropouts for fileloading?
bst, xj
[ydegoyon@free.fr]->[Fw: Re: [PD] we want threads !!!!]->[02-06-25 02:32]
| | |> "ydegoyon@free.fr" schrieb: |> |> > so, if you like danger, you might try these.... |> > it's experimental still but with the help of some beta-testers, |> > it might get consistent soon. |> |> I've added some changes and now it works under win2k as well... get the files needed |> (and the binaries for Win) at http://www.akustische-kunst.de/puredata/winport.html |> | |yeh, that's the official place for these unofficials patches. |i won't set up my own place for a release. | |it's better cos it works on both linux and WXXXX? with |some recent PD release ( one patch ( inter ) was made over test24 and the |other one ( soundfiler ) is older, think it was made over test8 ). | |thanx, olaf. |
-- x D u . o R g
d_jj schrieb:
i installed the two files (d_soundfile.c + s_inter.c) in my 0.35-test24 sources and compiled it, now it says some stuff on the console about child priorities but in the end i still get dropouts for fileloading?
yes, you're right, I can reproduce this with very large files... however, using shorter files (up to the 4000000 samples that soundfiler is able to load) I don't get any dropouts (on Win). I guess you're running Linux?! There is some code dealing with the threads priority which is not working in Win right now. But I'm working on that and will release it ASAP.
Olaf
|d_jj schrieb: | |> i installed the two files (d_soundfile.c + s_inter.c) in my 0.35-test24 |> sources and compiled it, now it says some stuff on the console about |> child priorities but in the end i still get dropouts for fileloading? | |yes, you're right, I can reproduce this with very large files... however, using shorter |files (up to the 4000000 samples that soundfiler is able to load) I don't get any dropouts |(on Win). I guess you're running Linux?!
on lnx, yes. hm, my samples shouldnt be longer than 500000 samples, since i unix-find no files larger than 1000k (which have 499653 samples maximum according to my calculation).
maybe this occurs when the patch is trying to load several files at once (2 - 12).
chrs.xj
|There is some code dealing with the threads priority which is not working in Win right now. |But I'm working on that and will release it ASAP.
-- > < Ð V . o r g
the dropouts should be at least reduced, on my linux system, they have nearly disappeared with small sound files.
sevy/yves
----- Original Message ----- From: "d_jj" jdl@xdv.org To: ydegoyon@free.fr Cc: pd-dev@iem.kug.ac.at Sent: mardi 25 juin 2002 12:19 Subject: [PD-dev] threads / soundfiler
i installed the two files (d_soundfile.c + s_inter.c) in my 0.35-test24 sources and compiled it, now it says some stuff on the console about child priorities but in the end i still get dropouts for fileloading?
bst, xj
[ydegoyon@free.fr]->[Fw: Re: [PD] we want threads !!!!]->[02-06-25 02:32]
| | |> "ydegoyon@free.fr" schrieb: |> |> > so, if you like danger, you might try these.... |> > it's experimental still but with the help of some beta-testers, |> > it might get consistent soon. |> |> I've added some changes and now it works under win2k as well... get
the files needed
|> (and the binaries for Win) at
http://www.akustische-kunst.de/puredata/winport.html
|> | |yeh, that's the official place for these unofficials patches. |i won't set up my own place for a release. | |it's better cos it works on both linux and WXXXX? with |some recent PD release ( one patch ( inter ) was made over test24 and
the
|other one ( soundfiler ) is older, think it was made over test8 ). | |thanx, olaf. |
-- x D u . o R g
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev
thinking further...
in fact, the opening of the file is not executed in the thread, so, if this operation takes time and that your audio buffer is not big enough, you might still have dropouts.
try to increase your audio buffer ( i use the -frags option ).
good luck,
sevy/yves
----- Original Message ----- From: ydegoyon@free.fr To: "d_jj" jdl@xdv.org Cc: pd-dev@iem.kug.ac.at Sent: mardi 25 juin 2002 15:10 Subject: Re: [PD-dev] threads / soundfiler
the dropouts should be at least reduced, on my linux system, they have nearly disappeared with small sound files.
sevy/yves
----- Original Message ----- From: "d_jj" jdl@xdv.org To: ydegoyon@free.fr Cc: pd-dev@iem.kug.ac.at Sent: mardi 25 juin 2002 12:19 Subject: [PD-dev] threads / soundfiler
i installed the two files (d_soundfile.c + s_inter.c) in my 0.35-test24 sources and compiled it, now it says some stuff on the console about child priorities but in the end i still get dropouts for fileloading?
bst, xj
[ydegoyon@free.fr]->[Fw: Re: [PD] we want threads !!!!]->[02-06-25
02:32]
| | |> "ydegoyon@free.fr" schrieb: |> |> > so, if you like danger, you might try these.... |> > it's experimental still but with the help of some beta-testers, |> > it might get consistent soon. |> |> I've added some changes and now it works under win2k as well... get
the files needed
|> (and the binaries for Win) at
http://www.akustische-kunst.de/puredata/winport.html
|> | |yeh, that's the official place for these unofficials patches. |i won't set up my own place for a release. | |it's better cos it works on both linux and WXXXX? with |some recent PD release ( one patch ( inter ) was made over test24 and
the
|other one ( soundfiler ) is older, think it was made over test8 ). | |thanx, olaf. |
-- x D u . o R g
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev