hi again, It seems to me that "soundfile" works like this ...
import("stdfaust.lib"); process = 0,_~+(1):soundfile("son[url:{'sound3.wav'}]",2):!,!,_,_; But, if I'm online (Faust Editor), where does it go to find the file ? I tried with an absolute address on my Windows laptop : process = 0,_~+(1):soundfile("son[url:{'c:\toto\sound3.wav'}]",2):!,!,_,_; with a URL on a website hosting a wave file ... process = 0,_~+(1):soundfile("son[url:{' https://www.memoclic.com/medias/sons-wav/2/729.wav'}]",2):!,!,_,_; No bug appears ... but no sound neither... It seems to me that it's not possible to use soundfile with the Faust Editor... Is there a way ? Virginie
_______________________________________________ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users