RNBO JS: Best way to use audio file url as an audio source?

Eldar Sadykov's icon

In my web project I want to dynamically download some audio files from the web and use these files as audio sources. Do I use standard web audio player and then redirect in into RNBO node or is there a better way? Maybe RNBO buffers can somehow be filled with these files?

Eldar Sadykov's icon

Ok, right now I am using WebAudioAPI's createBufferSource() method of the AudioContext class and connect it to my RNBO node.

Francisco Ojeda's icon

Hey Eldar, how are you connecting it to your RNBO node?