Hello!
I tried openvino earlier today and it worked perfectly.
A few hours laters, i tried to transcript an other piece of audio and now the transcription is erratic and looks like it mixes all the languages.
I redownloaded the 2 zips and reinstalled it, uninstalled and reinstalled audacity, re-deleting openvino et re-copying it, rebooting my computer each time, tried to delete the “cache.json” file, nothing worked…
it’s super frustrating given it was perfectly working a few hours before, and all i did on my computer during this time was not audacity related!
i have no error message when running openVino.
here is a screenshot of one of my failed attempts:
18:32:26: Audacity 3.4.2
18:32:26: Error: Failed to load shared library 'avformat-60.dll' (error 126: Le module spécifié est introuvable.)
18:32:26: Error: Failed to load shared library 'avformat-59.dll' (error 126: Le module spécifié est introuvable.)
18:32:26: Error: Failed to load shared library 'avformat-58.dll' (error 126: Le module spécifié est introuvable.)
18:32:26: Error: Failed to load shared library 'avformat-57.dll' (error 126: Le module spécifié est introuvable.)
18:32:26: Error: Failed to load shared library 'avformat-55.dll' (error 126: Le module spécifié est introuvable.)
18:32:31: sqlite3 message: (1) no such table: project in "SELECT 1 FROM project LIMIT 1;"
18:32:31: Error: Failed to load shared library 'avformat-60.dll' (error 126: Le module spécifié est introuvable.)
18:32:31: Error: Failed to load shared library 'avformat-59.dll' (error 126: Le module spécifié est introuvable.)
18:32:31: Error: Failed to load shared library 'avformat-58.dll' (error 126: Le module spécifié est introuvable.)
18:32:31: Error: Failed to load shared library 'avformat-57.dll' (error 126: Le module spécifié est introuvable.)
18:32:31: Error: Failed to load shared library 'avformat-55.dll' (error 126: Le module spécifié est introuvable.)
18:32:54: File name is C:\Users\Alice\Documents\01_flow morphee\Session test workflow\YogaDoux.wav
18:32:54: Mime type is *
18:32:54: Opening with libsndfile
18:32:54: Open(C:\Users\Alice\Documents\01_flow morphee\Session test workflow\YogaDoux.wav) succeeded
18:32:55: Operation 'Importation de WAV (Microsoft)' took 0,656000 seconds. Poll was called 126 times and took 0,016437 seconds. Yield was called 5 times and took 0,007739 seconds.
18:33:06: Operation 'Pré-traitement' took 0,000000 seconds. Poll was called 0 times and took 0,000000 seconds. Yield was called 0 times and took 0,000000 seconds.
18:33:27: Operation 'OpenVINO Whisper Transcription' took 21,061000 seconds. Poll was called 508 times and took 0,260547 seconds. Yield was called 22 times and took 0,225659 seconds.
(You can copy & paste that into windows explorer as path).
And then after removing it, try to run transcription again. If transcription works, then it seems that you’ve hit some bug that some folks have been reporting, but I’ve been unable to reproduce so far.
aaaaand it works perfectly again!
thank you so much!
i’ll update you if the bug produces again and if i find any kind of pattern.
The only think i can think about, is that yesterday after trying OpenVino for the first time (when it worked) i used Reaper, and reaper and audacity were open at the same time during a short period.
Otherwise it was just basic office tasks…
Thanks for confirming! Yes, this is the issue that I’ve had trouble reproducing. Basically, the first time a feature is used, the model is ‘compiled’ for that device (which can take a little bit of time), but then ‘cached’ as those .blob files into the folder. And so the ‘second’ time, the model is loaded from the ‘cached’ file – and in your (and a few others) case, it seems like something goes wrong prepping the model from cache, and so it produces garbage as output. This is why you need to keep deleting the folder… this prevents the model getting loaded from cache.
Thanks for sharing the .blob, let me see if I can do anything with that. BTW, can you share the details about which CPU model you’re using, along with specific version of Windows? Maybe it can help me find some machine to reproduce on.
Would you mind sharing what language of Windows installation you are using? It may have nothing to do with this, but it seems that alot of users who have reported this are using non-english versions.