Feb. 2, 2023
12:50 p.m.
On Thu Feb 2 12:31:11 2023 +0000, Bernhard Kölbl wrote:
1) Yes, the Vosk directory contains subdirectories, which are the actual models. 2) strstr was a simple solution to fuzzy search for the correct model name. The python script from earlier does regex matching on the folders mentioned in 1). I think the python version only looks for files starting with the pattern, not including it. So `strncmp` with the two possible formats would do that.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2091#note_22816