Funded PhD - Sound maps to make shared city spaces safer for women and all citizens

2023-05-02 Thread Rod Selfridge
​*** Apologies for cross-posting*** Fully funded PhD opportunity at Edinburgh Napier University, researching new sound map applications, based on women’s feelings of harassment or intimidation, allowing others to empathise, drive social change and improve shared spaces for all citizens. Full

Re: Fwd: Rendering note with dynamic low-pass filter by cross fading

2023-05-02 Thread Stefano D'Angelo
You can always use cheap approximations. I suppose you need to compute tangents, in which case polynomial and rational approximations are easy to derive and implement with likely satisfactory results, especially if you know the range of interest in advance. I don't know how well JavaScript

Re: Rendering note with dynamic low-pass filter by cross fading

2023-05-02 Thread Yisheng Jiang
Could someone help me code review this? The main rendering loop is here: https://github.com/yishengjiang99/sf2rend/blob/master/spin/src/spin.c It is called from a WebAudioWorklet in a webapp. On Mon, May 1, 2023 at 7:48 PM Yisheng Jiang wrote: > I'm not sure. I just always had fear of doing