logoalt Hacker News

thorn132last Sunday at 10:44 PM1 replyview on HN

This might be what you're looking for: https://docs.rs/vlc-rs/latest/vlc/

There's also PyO3 for using Python libraries from Rust, if no bindings or substitutes are available.


Replies

dotancohenlast Monday at 5:43 AM

Nice, thank you! I see grt_rate() and set_rate() methods, so that might just work. I'll be setting up a prototype soon, much appreciated.