intel / openvino-plugins-ai-audacity

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

[REQ] "AI" audio tools to integrate & more #29

Closed MarcoRavich closed 8 months ago

MarcoRavich commented 10 months ago

Hi there, thanks for this very interesting set of free audio plugins !

It would be extremely useful to have more "AI" functions - such as multitrack synching, automixing, guitar sim, DRC, etc. - available (and not only for audacity).

We're collecting some in our HyMPS project (under the AUDIO \ AI-based page), but here's some so-called "awesome" resources list to carefully check:

Last but not least, it would be great to have a more "generic" version (exploiting JUCE maybe ?) of this plugins pack to allow its use in users' favorite editing softwares.

Hope that inspires !

RyanMetcalfeInt8 commented 10 months ago

Hi @forart,

Thank you for your interest in this project! And also, thanks for posting all of those great resources -- I've already started to go through some of the lists -- they are quite comprehensive.

I'll take a look at JUCE -- it would certainly be advantageous to somehow encapsulate these plugins such that they are compatible with more frameworks. The trouble that I typically have with more 'generic' plugin frameworks is that somehow limit some of the capabilities, but certainly open to take another look.

Best Regards! Ryan

MarcoRavich commented 10 months ago

Hi @forart, I'll take a look at JUCE -- it would certainly be advantageous to somehow encapsulate these plugins such that they are compatible with more frameworks.

Well, @leomccormack's SPARTA is a good example to have an idea of what is possible to "manage" with JUCE:

Hope that inspires.