Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call Openvino in Audacity from Powershell #258

Open
stiller-leser opened this issue Jul 25, 2024 · 1 comment
Open

Call Openvino in Audacity from Powershell #258

stiller-leser opened this issue Jul 25, 2024 · 1 comment

Comments

@stiller-leser
Copy link

Hi,

I know this is not directly related, however I am trying to call a macro that will remove noise from an audiofile using OpenVino in Audacity using PowerShell. However, it seems that given the scripting restrictions of Audacity, this is rather complicated.

Best regards,
Kaj

@RyanMetcalfeInt8
Copy link
Contributor

RyanMetcalfeInt8 commented Jul 27, 2024

Hi @stiller-leser,

I'm less familiar with Audacity's macro / scripting capabilities -- it does seem like this may be sort of complicated.

For noise suppression (at least deepfilternet2 and deepfilternet3), we have basically referenced the logic from this project: https://github.com/Rikorose/DeepFilterNet

This project provides some standalone .exe's for applying noise suppression -- so perhaps this is a better option if you want to apply noise suppression from a script.

Edit: Note that the only drawback is that you'll need to make sure audio files are in the correct format (.wav / 48khz) to feed to those standalone .exe's -- whereas our Audacity plugins will do the necessary conversions, etc.

Thanks!
Ryan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants