1) read for the « soundfile primitive » in the Faust syntax page here: 
https://faustdoc.grame.fr/manual/syntax

2) since using sound files (actually all formats that can be read by the 
libsndfile library: http://www.mega-nerd.com/libsndfile/), have to be « 
combined with the generated binary »  (application or plugin), we added a 
-soundfile option in some of the faust2xx scripts to deal with that, so 
assuming you write some DSP using the « soundfile primitive », you would have 
to do:

- faust2caqt -soundfile foo.dsp to embed the needs sound files in the 
application bundle on OSX

- faust2max6 -soundfile foo.dsp to embed the needs sound files in the Max/MSP 
external bundle on OSX

and so on…

3) they are some additional functions in the soundfiles.lib library (see 
https://faustlibraries.grame.fr/libs/soundfiles/). Only 3 basic functions are 
fully documented for now. There is more code already written in the library 
(see https://github.com/grame-cncm/faustlibraries/blob/master/soundfiles.lib 
for the DSP source) that allows  to read sound files with different quind of 
interpolation for instance.

3) note that the soundfile primitive  is not yet managed in the Faust Web IDE 
https://faustide.grame.fr

Stéphane 

> Le 27 mai 2020 à 00:46, Henrik von Coler <vonco...@tu-berlin.de> a écrit :
> 
> Hi List,
> 
> 
> after I found most of the things I needed 
> in the Faust manual or documentation -
> I did not find much on reading and 
> processing wav files.
> 
> 
> I stumbled upon faust-sound-converter 
> but maybe there is a more convenient way?
> 
> Let me know if there are any solutions.
> 
> 
> 
> Thanks
> 
> Henrik
> 
> 
> -- 
> Henrik von Coler
> Elektronisches Studio, Fachgebiet Audiokommunikation
> 
> Technische Universität Berlin
> Fakultät I Geistes- und Bildungswissenschaften
> Institut für Sprache und Kommunikation
> Einsteinufer 17c, Sekr. EN 8, 10587 Berlin
> Telefon: +49 (0)30 314 22327
> 
> vonco...@tu-berlin.de
> _______________________________________________
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users



_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to