hi stephane,
On 07.01.19 16:51, Stéphane Letz wrote:
>> they are obviously minified javascript; is the unminified code available
>> as well?
>
> This file are Emscripten generated files, just added on GIT for convenience
> reasons.
thanks.
>>
>> also, i wonder on how to generate the following
> Le 7 janv. 2019 à 16:20, IOhannes m zmölnig a écrit :
>
> hi all,
>
> happy new year!
>
> i was wondering where i could get the source-code for the following
> files (in the faust-2.5.23 release):
> - architecture/webaudio/libfaust-wasm.js
> - architecture/webaudio/libfaust.js
> - architectu
hi all,
happy new year!
i was wondering where i could get the source-code for the following
files (in the faust-2.5.23 release):
- architecture/webaudio/libfaust-wasm.js
- architecture/webaudio/libfaust.js
- architecture/webaudio/libfaustworker.js
they are obviously minified javascript; is the un
Hi All,
We plan to remove JavaScript (JS) backend and asm.js backends (now replaced by
WebAssembly one).
Is anybody still using them? (Speak now or forever hold your peace…)
Thanks.
Stéphane
___
Faudiostream-devel mailing list
Faudiostream-devel@l
Hi Stefan,
Preliminary work was started last year to allow a completely separated memory
manager to be used, look at the dsp_memory_manager class in dsp.h header file
as well as setMemoryManager/getMemoryManager method in the dsp_factory class
(see
https://github.com/grame-cncm/faust/blob/mast