dstrub18 / visqol-rs

The speech quality evalutator ViSQOL written in Rust
Apache License 2.0
12 stars 0 forks source link

Support for Visqol 3.3.3? #1

Open clispios opened 4 months ago

clispios commented 4 months ago

This is really amazing work! I realize this is more of a passion project for you, but how difficult would it be to add support for version 3.3.3 of Visqol?

dstrub18 commented 4 months ago

Hey! Great to hear you're enjoying the lib! Regarding your request, I have actually looked into it and the most hairy part is running inference on the tf lite model that's introduced in 3.3.3. I don't have the bandwidth to implement an inference engine myself, and the few crates, that are out there, didn't really seem to work. I will have a go at it at some point but I'm preempted by other things right now. I'm definitely open to PRs, If you'd like to have a go at it yourself. :) Hope that answers your question!