idk if this is possible for me to do.
maybe you could try this using Java
From what you have posted, this is what I have come up with as a possibility.
1) make an array filled with those frequencies
2) Have a randomizer pick one of those frequencies (1 - whatever, in 10s)
3) Have it play the sound, then send to the console what sound was played
4) delay the thread
5) And break; with a while loop, so it happens again.
This is just an idea, I don't know if this is 100% possible in Java, but I think it should be.
(And if you want, to avoid it repeating, it could delete that array that was played, after it was played and announced)
Please don't bash me if I am wrong, I'm just trying to help :c