Re: [Faudiostream-devel] origin of some webaudio files?

2019-01-07 Thread IOhannes m zmoelnig
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

Re: [Faudiostream-devel] origin of some webaudio files?

2019-01-07 Thread Stéphane Letz
> 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

[Faudiostream-devel] origin of some webaudio files?

2019-01-07 Thread IOhannes m zmölnig
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

[Faudiostream-devel] Removing asm.js and JS backends

2019-01-07 Thread Stéphane Letz
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

Re: [Faudiostream-devel] createDSPInstance from a real-time context

2019-01-07 Thread Stéphane Letz
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