Panning at specific value ( eg 4.5hz)

Hi experts
I am generating an audio on my website backend

I am trying it first in audacity to check if it works fine, ultimately i want it at my websites back end and eventually on my app ( website converted to app)

It has 5 frequency combination
Eg 100 hz, 200 hz, 300hz 400hz and 500hz
I want to pan the output audio at specific rate
Like 1.5 hz
Or 2.14 hz
Or 9.15 hz

Is it possible in Audacity and later by Java website?

Thanks in advance

You can definitely mix audio with different frequencies and adjust their panning manually, but for real time or automated panning control at specific rates like 1.5 Hz, 2.14 Hz, or 9.15 Hz, Audacity might not be the ideal tool. Audacity is great for static or manually controlled adjustments but doesn’t support real-time frequency based panning automation directly. Audition could do something like this or a custom Java app like you mention.