You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I was quite amazed when I realized that I could build an online DJ mixer application already now.
So I did that and it worked even with fake scratching due to the delay node.
In the very end I brought in the database for the tracks switching.
But then I realized that the Filestream node crashes if you switch the file.
It initializes correctly on startup with the file name but can change in runtime.
chrome chrashes the tab after slowly dying into freeze. duration showing NaN as visible on the screenshot.
is this the intended way of using it or did i miss a point?
Or is it realy bugged
Maybe call this.evaluate on fileswitching for the audio buffer or something like that?
The text was updated successfully, but these errors were encountered:
Wow, I am quite impressed by what you are doing.
Crashes are never intended, I guess ;) Can you please post a minimal example as a v4p (or ideally upload the example to an URL)? It could very well be related to memory bugs in Chrome, as Web Audio is such a new feature.
One thing I noticed in your screenshot is you are using FileAudioBuffer on presumably long audio files. You should never use this node for audio that is longer than a few seconds, as it will decode the entire tile into memory. Currently, FileAudioBuffer is only useful for loading impulse responses for Convolver.
Hi thanks
I think I am the one who is impressed by the AudioAPI you implemented
I sneaked your email address from matthias and send you a mail with the file sources.
Probably the easyest way!
Thanks
By the way.
I just realized that it must be realy a terrible bug with chrome.
When you want to close the window when having patch editor open it askes if you realy want to close the windows. in that moment the filestream starts to play until you hit chancel. you can repeat this as much as you want!
also got rid of the fileaudiobuffers. In the first moment I thought that would be needed... it was not the problem however
@geloescht @zauner
Hi
I was quite amazed when I realized that I could build an online DJ mixer application already now.
So I did that and it worked even with fake scratching due to the delay node.
In the very end I brought in the database for the tracks switching.
But then I realized that the Filestream node crashes if you switch the file.
It initializes correctly on startup with the file name but can change in runtime.
chrome chrashes the tab after slowly dying into freeze. duration showing NaN as visible on the screenshot.
is this the intended way of using it or did i miss a point?
Or is it realy bugged
Maybe call this.evaluate on fileswitching for the audio buffer or something like that?
The text was updated successfully, but these errors were encountered: