intel / openvino-plugins-ai-audacity

A set of AI-enabled effects, generators, and analyzers for Audacity®.
GNU General Public License v3.0
732 stars 43 forks source link

Unable to load the "mod-openvino" module #141

Closed hoseinhzk closed 2 months ago

hoseinhzk commented 2 months ago

Hi , I installed Audacity 3.5.1 x64 and openvino plugin v3.5.1-R2 but it shows error. can you plz help ?

Device name DESKTOP-CQJ4GT9 Processor Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz 2.50 GHz Installed RAM 8.00 GB (7.85 GB usable) Device ID F7D0DDF5-643E-4D2A-B3C5-0C99C69E3E2F Product ID 00331-10000-00001-AA156 System type 64-bit operating system, x64-based processor Pen and touch No pen or touch input is available for this display

Edition Windows 10 Pro Version 22H2 Installed on ‎3/‎25/‎2024 OS build 19045.4170 Experience Windows Feature Experience Pack 1000.19054.1000.0

err01 err2 err3

also running of hello_query_device.exe doesn't show any output results... also I have installed VC_redist.x64 but still it shows the same error.

thanks in advance

RyanMetcalfeInt8 commented 2 months ago

Can you try the following?

  1. Download this: https://github.com/KhronosGroup/OpenCL-SDK/releases/download/v2023.04.17/OpenCL-SDK-v2023.04.17-Win-x64.zip

  2. Inside this zip folder, inside bin folder, you'll find OpenCL.dll. Can you try copying this into your Audacity folder?

  3. Re-set Audacity module to 'Enabled' in preferences, and restart Audacity.

Our installer doesn't package / distribute this, as we've found it to be included by Windows on all systems we've been testing. But recently we realized that may not necessarily be the case for all Windows installations... anyway, let me know if that resolves your issue.

hoseinhzk commented 2 months ago

Awesome ... Now it runs successfully! thanks for your help.

RyanMetcalfeInt8 commented 2 months ago

Great!