Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing implements ... in the dart class generated #538

Closed
Larpoux opened this issue Dec 1, 2024 · 3 comments
Closed

Missing implements ... in the dart class generated #538

Larpoux opened this issue Dec 1, 2024 · 3 comments

Comments

@Larpoux
Copy link

Larpoux commented Dec 1, 2024

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 :

pub trait AudioScheduledSourceNode: AudioNode {
...

generates :

abstract class AudioScheduledSourceNode {

Without specifying implements AudioNode. Do you have any idea of the reason ?

@orottier
Copy link
Owner

orottier commented Dec 1, 2024

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

@Larpoux
Copy link
Author

Larpoux commented Dec 1, 2024

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.

@Larpoux Larpoux closed this as completed Dec 1, 2024
@orottier
Copy link
Owner

orottier commented Dec 1, 2024

Alright! Let us know if you need help any time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants