I need quite fast methods for playing sounds/ displaying graphics in a web browser. I came across O3D which does nicely for the 2D graphics aspects but as far as I can tell there is no neat way to play audio from a JavaScript function.
My requirements are that multiply sounds be playable simultaneously and also that each sound start to play quickly (low latency). I'd also like to avoid further plugins if possible. Is this a case of pick any two (out of three)?
Any ideas or suggestions?