I am trying to implement a system where I give a set of frequencies to be played at once, currently can play each frequency individually. Below I have a code, that plays the giv
you could use different threads for each frequence :)
here you can find a small example of threads in java
I hope this helps you :)