Is the JUCE Available for Virtual Audio Card?

Oh, hi~dear

Thanks for your great work. Sounds super!
Recently, I want to make software, which could process the voice input from the computer and sent results to other desktop software. Somehow like a virtual audio cable. When you install it, other software, like zoom, would recognize it as an audio card.
Anyone knows is the JUCE available for this kind of virtual audio cable?
Also, could I use JUCE in other languages except for C++? like python?
Thanks for your reading. Have a good day~

Susan

Hello. Welcome to the forum!

Sadly, Juce itself does not have facilities for creating virtual audio devices. (But if you have some other library or software that does that or you write the driver code yourself, that should be able to interoperate with Juce code.) Also, C++ is pretty much the only feasible language to use Juce with.