Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-12-28 Thread list_email--- via Faudiostream-users
Hi Loïc, I’ll reply here since there might still be some Faust interest but yes we should go off-list for further discussion as necessary. Your comments on crosstalk are helpful but I don’t quite understand why delay effects are problematic. My impression from your comments is that crosstalk

Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-12-07 Thread Loïc Reboursiere
Hello Jerry, Thanks for your feedback. The crosstalk is ok but can become somehow problematic. The pickup technology here has an effect. Roland guitar like the LGXT embeds hexaphonic piezo pickups. You'll have of course sympathetic vibrations that will happen but also some harmonics that are

Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-12-05 Thread list_email--- via Faudiostream-users
> On Nov 2, 2020, at 3:15 AM, Loïc Reboursiere > wrote: > > Hi, > > I'm working on hexaphonic guitar (electrified guitar with an hexaphonic > pickup, i.e, one pickup per string) and hexaphonic effects. > By following one of the Faust lockdown webinar I manage to get an hexaphonic > delay

Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-11-10 Thread Stéphane Letz
> > In theory yes, I guess the WebAudio implantation in a given browser has to > support that: have you tried ? > > Yes I did check and only input 1 and 2 of my soundcard works (RME fireface > UCX). > I suggest googleing "multi-channel audio card web audio API » or similar, and possibly

Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-11-10 Thread Loïc Reboursiere
Hello Stéphane, > > I got it working ! > > With "webaudiowasm-worklet" target and https protocol as you mentionned. > > > > Just in case someone else ran into the same problem, there are ways to > launch a secure server with a local ssl key, but browsers won't recognized > it as secure. > > So

Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-11-06 Thread Stéphane Letz
> Le 6 nov. 2020 à 23:55, Loïc Reboursiere a écrit : > > I got it working ! > With "webaudiowasm-worklet" target and https protocol as you mentionned. > > Just in case someone else ran into the same problem, there are ways to launch > a secure server with a local ssl key, but browsers won't

Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-11-06 Thread Loïc Reboursiere
I got it working ! With "webaudiowasm-worklet" target and https protocol as you mentionned. Just in case someone else ran into the same problem, there are ways to launch a secure server with a local ssl key, but browsers won't recognized it as secure. So you really need a paid space on a server

Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-11-02 Thread Stéphane Letz
1) You can possibly try the Audio Worklet model with « webaudiowasm-worklet » target. 2) Note that "Audio Input API » is probably only available when you deliver the page with https (= secure) protocol. Stéphane > Le 2 nov. 2020 à 15:34, Loïc Reboursiere a écrit : > > Hi Stéphane, > >

Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-11-02 Thread Loïc Reboursiere
Hi Stéphane, thanks for your answer. Indeed python simple server works (I use python -m http.server), but the open HTML loaded page comes with "Audio Input API not available" although faust online IDE works perfectly, just like exemples on this page

Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-11-02 Thread Stéphane Letz
The generated HTML page has to be loaded with http:// protocol, not file://. So you will have to start a local server, like using « python -m SimpleHTTPServer » for instance. Stéphane > Le 2 nov. 2020 à 11:15, Loïc Reboursiere a écrit : > > Hi, > > I'm working on hexaphonic guitar

[Faudiostream-users] Web audio app for hexaphonic effects

2020-11-02 Thread Loïc Reboursiere
Hi, I'm working on hexaphonic guitar (electrified guitar with an hexaphonic pickup, i.e, one pickup per string) and hexaphonic effects. By following one of the Faust lockdown webinar I manage to get an hexaphonic delay with the following code : bounce(d) = @(vslider("delay %d[style:knob]", 4410,