After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 755415 - Enable WebAudio
Enable WebAudio
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-22 13:15 UTC by Michael Catanzaro
Modified: 2015-12-08 09:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Enable WebAudio (872 bytes, patch)
2015-09-22 13:15 UTC, Michael Catanzaro
committed Details | Review

Description Michael Catanzaro 2015-09-22 13:15:01 UTC
Enable WebAudio? Why is this off?
Comment 1 Michael Catanzaro 2015-09-22 13:15:04 UTC
Created attachment 311859 [details] [review]
Enable WebAudio
Comment 2 Michael Catanzaro 2015-12-07 11:16:35 UTC
So, why is this off?
Comment 3 Philippe Normand 2015-12-07 11:55:09 UTC
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.
Comment 4 Michael Catanzaro 2015-12-07 19:48:19 UTC
Attachment 311859 [details] pushed as 39bef73 - Enable WebAudio
Comment 5 Michael Catanzaro 2015-12-07 19:49:55 UTC
(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.
Comment 6 Philippe Normand 2015-12-08 09:08:44 UTC
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.