0

I am working on a Browser Synth with the Web Audio Api. Instead of using the "build in" OscillatorNode I want to develop a custom Oscillator model via the ScriptProcessorNode. I am able to modulate the AudioParams of the "Build in" nodes with other nodes.

How can I connect internal Params of the ProcessorNode to other AudioNodes?

4

1 に答える 1

0

「ScriptProcessor を調整するために、他のソースに接続できる ScriptProcessorNode の AudioParam メンバーを作成するにはどうすればよいか」という意味であれば、簡単に言えば、今日はできません。おそらく Web Audio のバージョン 1 には含まれないでしょう: https://github.com/WebAudio/web-audio-api/issues/134

于 2013-10-02T22:58:54.493 に答える