Comment on $400 bounty started for "simple" OSS node.js moduleComments−pepijndevos15yI don't know Node, but I know all major browsers support <audio> elements, so there must be audio support in V8 somewhere, right?−reichstein15yThat's actually in the browser/rendering part of the browser (i.e., in WebKit), not in the javascript engine. So, no.−pyrotechnick15yMuch like how typed arrays (Float32Array etc) are part of WebKit and not v8 even though logic would suggest otherwise.
Comments
I don't know Node, but I know all major browsers support <audio> elements, so there must be audio support in V8 somewhere, right?
That's actually in the browser/rendering part of the browser (i.e., in WebKit), not in the javascript engine. So, no.
Much like how typed arrays (Float32Array etc) are part of WebKit and not v8 even though logic would suggest otherwise.