Click to See Complete Forum and Search --> : Sound waves


David Harrison
05-04-2003, 03:23 PM
How do I use js to play a sound wave of a particular frequency for a particular length of time (in milliseconds).

brendandonhue
05-04-2003, 05:35 PM
JS doesn't generate sounds. You would have to use an audio app to create the file, then you could use JS to play it.