-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Rust] Audio demo #193
[Rust] Audio demo #193
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nits, apart from that it looks good!
src/Audio/code.rs
Outdated
} | ||
|
||
controls.set_media_stream(Some(>k::MediaFile::for_file( | ||
>k::gio::File::for_uri(&workbench::resolve(file_name)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please always bring glib
and gio
into scope if you use them
Co-authored-by: Hofer-Julian <[email protected]>
I think I've fixed this one ... I'll update the other ones too... |
Thanks for the hints I've updated all the PRs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
No description provided.