GNOME Bugzilla – Bug 755415
Enable WebAudio
Last modified: 2015-12-08 09:08:44 UTC
Enable WebAudio? Why is this off?
Created attachment 311859 [details] [review] Enable WebAudio
So, why is this off?
IIRC it was considered experimental when we added this a few years ago. Now it is more mature indeed but WebKitGTK still lacks integration between WebAudio and MediaStreams for instance.
Attachment 311859 [details] pushed as 39bef73 - Enable WebAudio
(In reply to Philippe Normand from comment #3) > IIRC it was considered experimental when we added this a few years ago. > > Now it is more mature indeed but WebKitGTK still lacks integration between > WebAudio and MediaStreams for instance. Ah, I pushed this immediately before reading your comment properly. Do you think this should be enabled by default in Epiphany and WebKitGTK+? (What is the significance of the lack of integration between WebAudio and MediaStreams?) If you think this should be off, I'll revert.
I think it's fine to enable it by default at this point. The missing integration between WebAudio and MediaStreams is a small annoyance compared to having WebAudio webapps working by default in general. The MediaStream integration allows to "pipe" webrtc streams audio data back and forth in the WebAudio bus. But I don't think it's widely used.