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, Guys, Girls and Ladyboys. I have bad news for you : I am back!!! 👀 .
No, I am kidding. I have finished to port my project implementation on Javascript, and I return to Rust to have a native implementation of my interface.
Actually I have something weird :
pubtraitAudioScheduledSourceNode:AudioNode{
...
generates :
abstractclassAudioScheduledSourceNode {
Without specifying implements AudioNode. Do you have any idea of the reason ?
The text was updated successfully, but these errors were encountered:
Hi @Larpoux, great to have you back.
I need a bit more info though, what generates this code? What tools are you actually running and how do you invoke them?
Not sure if it helps any bit, but our NodeJS bindings for this lib can be found here: https://github.com/ircam-ismm/node-web-audio-api
Sorry, I posted on the wrong repo. Don’t bother with this post.
Btw : I am going to adapt this lib for flutter. It is a major work for me because I don’t master Rust.
Thank you for your great job.
Hi, Guys, Girls and Ladyboys. I have bad news for you : I am back!!! 👀 .
No, I am kidding. I have finished to port my project implementation on Javascript, and I return to Rust to have a native implementation of my interface.
Actually I have something weird :
generates :
Without specifying
implements AudioNode
. Do you have any idea of the reason ?The text was updated successfully, but these errors were encountered: