On Wed, Oct 9, 2013 at 11:11 AM, Stéphane Letz wrote:
> tableSize = ffunction(int soundFileSize (), ,"");
> readSoundFile = ffunction(float readSoundFile (int), ,"");
>
As a note, this is exactly how the OpenAV Sorcer synth works:
-dump .wav file to C header (using similar tool
-use data from C
Hi All,
Faust code sometimes need to load external sounds: the ffunction mechanism can
be used to that.
For our internals needs, we have develop a help tool that could be useful for
everyone. It allows to convert a sound file in a pure C header file, containing
all samples in a static table, t