Feb. 2, 2023
12:31 p.m.
On Thu Feb 2 10:08:06 2023 +0000, Rémi Bernon wrote: > This feels a bit too fuzzy. 1) Do we need to iterate over the directory? > 2) Is strstr really what we want here? 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). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2091#note_22813