Hello there,
I am using usually my Juce GUI standalone on Windows.
I am processing input audio device with filter and algorithm in my Juce code.
Them my usage is always the same:
I am configuring my Juce program to use my input device and as output I am using an audio virtual device thanks to: Virtual Audio Cable (VAC) - connect audio applications, route and mix sounds
So now I can test my filter offline
→ Recording my input virtual audio device on Audacity
I can also run some test online by directly using my virtual audio device in GoogleMeet or Zoom call.
Recently I would like to use my juce code on Linux. I was able to port everything in Linux easily. Problem is that virtual audio cable is not compatible with Linux. What do you use on Linux as equivalent solution? How Can I record the output of my Juce program in audacity for example?
Thanks,
Arthur.
