Re: [Faudiostream-users] How to read from rwtable, process the output, and write back to the same rwtable

2021-03-19 Thread Steven Kraninger
Damien, Here is a possible feedback scheme. Probably not what you want, but should get you started. import("stdfaust.lib"); tableSize = 48000; recIndex = (+(1) : %(tableSize)) ~ *(record); readIndex = readSpeed/float(ma.SR) : (+ : ma.frac) ~ _ : *(float(tableSize)) : int; readSpeed =

[Faudiostream-users] Csharp backend contributed by Mike Oliphant

2021-03-19 Thread Stéphane Letz
Committed in master-dev branch: https://github.com/grame-cncm/faust/commits/master-dev Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users