I would like to take a long list of numbers, scale it to 20 - 20,000, and play it in Hz for about 0.1 second per list element. I see functions for notes, but not for Hz (in cycles per second).
As a start, to play a single note of frequency f Hz for 1 second
Play[Sin[2 Pi f t], {t, 0, 1}]