On Thu Feb 2 12:31:11 2023 +0000, Bernhard Kölbl wrote:
- Yes, the Vosk directory contains subdirectories, which are the actual models.
- 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.