You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to make an Audacity OpenVINO plugin default to using an (Intel) GPU instead of the CPU? I've been using an Intel Iris Xe iGPU to process and have noticed that manually changing the plugin setting to use the GPU is around twice as fast as just the CPU.
I have a large amount of digitized audio from voice cassette tapes that I would like to process in batch and am considering getting an Intel Arc B580 for the project, but am hoping to find out first if I can somehow either make the plugin default to the GPU for processing or make Audacity use the GPU in a macro. I know that I can manually change the dropdown for "OpenVINO Inference Device" from CPU to GPU in the Audacity OpenVINO plugin for that session. Unfortunately, whenever I try saving the plugin settings as a user preset with the intention of later specifying that user preset as a parameter in a macro, Audacity does not appear to actually have saved any of the plugin settings in the user preset.
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hi @desktopArchivist! Interesting, do you have an example macro that I can try it out with? I don't think I've actually tried this out, but happy to take a look. Perhaps we're missing some logit to pull settings from user presets when they are set.
I'm using the OpenVINO Music Separation plugin (demucs) to 2-stem separate the vocals in the recordings from the noise (i.e. everything else). I find it works much better in my testing than the Noise Suppression plugin for isolating the vocals from noise without causing distortion. However, both plugins have the same issue with the user preset not appearing to save any settings for the plugin.
If I attempt to export settings from the plugin, this is all I get in the file regardless of what I change OpenvinoMusicSeparation:
Here are the exported settings from the normalize plugin user preset "Normalize1", for example Normalize:ApplyVolume="1" PeakLevel="-5" RemoveDcOffset="1" StereoIndependent="1"
Let me know if I can provide any more information.
Is there a way to make an Audacity OpenVINO plugin default to using an (Intel) GPU instead of the CPU? I've been using an Intel Iris Xe iGPU to process and have noticed that manually changing the plugin setting to use the GPU is around twice as fast as just the CPU.
I have a large amount of digitized audio from voice cassette tapes that I would like to process in batch and am considering getting an Intel Arc B580 for the project, but am hoping to find out first if I can somehow either make the plugin default to the GPU for processing or make Audacity use the GPU in a macro. I know that I can manually change the dropdown for "OpenVINO Inference Device" from CPU to GPU in the Audacity OpenVINO plugin for that session. Unfortunately, whenever I try saving the plugin settings as a user preset with the intention of later specifying that user preset as a parameter in a macro, Audacity does not appear to actually have saved any of the plugin settings in the user preset.
Thanks for your help!
The text was updated successfully, but these errors were encountered: