Bonjour à tous, J'aurai aimé savoir comment lire des sons wav de grandes taille avec pd, j'ai essayé avec soundfiler mais je recois le message d'erreur : "soundfiler_read: truncated to 4000000 elements" Merci d'avance
Hi Guillaume, this should be possible by setting the soundfiler flag "-nframes" to some large number.
best greetings, Thomas
----- Original Message ----- From: "guillaume" guillaumerabusseau@wanadoo.fr To: pd-list@iem.at Sent: Friday, April 16, 2004 1:08 PM Subject: [PD] lecture de longs fichiers wav
Bonjour à tous, J'aurai aimé savoir comment lire des sons wav de grandes taille avec pd, j'ai essayé avec soundfiler mais je recois le message d'erreur : "soundfiler_read: truncated to 4000000 elements" Merci d'avance
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hi all,
The correct flag is "-maxsize" followed by anything you're brave enough to read into memory, e.g., -maxsize 1e8 will allow up to 100 million frames (400 megabytes). Some operating systems grind to a halt when processes request huge amounts of memory, which is why the safeguard is there.
cheers Miller
On Fri, Apr 16, 2004 at 01:21:53PM +0200, Thomas Grill wrote:
Hi Guillaume, this should be possible by setting the soundfiler flag "-nframes" to some large number.
best greetings, Thomas
----- Original Message ----- From: "guillaume" guillaumerabusseau@wanadoo.fr To: pd-list@iem.at Sent: Friday, April 16, 2004 1:08 PM Subject: [PD] lecture de longs fichiers wav
Bonjour à tous, J'aurai aimé savoir comment lire des sons wav de grandes taille avec pd, j'ai essayé avec soundfiler mais je recois le message d'erreur : "soundfiler_read: truncated to 4000000 elements" Merci d'avance
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
. .. maybe this sould be documented in the flag list, i coudent find this flag (windows) . . grz nos
Miller Puckette wrote:
Hi all,
The correct flag is "-maxsize" followed by anything you're brave enough to read into memory, e.g., -maxsize 1e8 will allow up to 100 million frames (400 megabytes). Some operating systems grind to a halt when processes request huge amounts of memory, which is why the safeguard is there.
cheers Miller
On Fri, Apr 16, 2004 at 01:21:53PM +0200, Thomas Grill wrote:
Hi Guillaume, this should be possible by setting the soundfiler flag "-nframes" to some large number.
best greetings, Thomas
----- Original Message ----- From: "guillaume" guillaumerabusseau@wanadoo.fr To: pd-list@iem.at Sent: Friday, April 16, 2004 1:08 PM Subject: [PD] lecture de longs fichiers wav
Bonjour à tous, J'aurai aimé savoir comment lire des sons wav de grandes taille avec pd, j'ai essayé avec soundfiler mais je recois le message d'erreur : "soundfiler_read: truncated to 4000000 elements" Merci d'avance
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
If you use Linux you might want to try readanysf http://aug.ment.org/readanysf/index.php
otherwise (for windows) there is sfplay ftp://ftp.iem.at/pd/Externals/wr/ which makes the trick for wav files
best, vincent
At 13:08 16/04/2004, guillaume wrote:
Bonjour à tous, J'aurai aimé savoir comment lire des sons wav de grandes taille avec pd, j'ai essayé avec soundfiler mais je recois le message d'erreur : "soundfiler_read: truncated to 4000000 elements" Merci d'avance
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list