Bug 151589

Summary: [WebAudio] Cannot change volume of media element source
Product: WebKit Reporter: Ashley Gullen <ashley>
Component: Web AudioAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: eric.carlson, jer.noble, tom.jenkinson
Priority: P2    
Version: Safari 9   
Hardware: iPhone / iPad   
OS: iOS 9.0   
See Also: https://bugs.webkit.org/show_bug.cgi?id=276813

Ashley Gullen
Reported 2015-11-24 08:42:58 PST
Demo URL: https://www.scirra.com/labs/bugs/musicvol/ Tested on an iPad Air 2 running iOS 9.1. Press "Play music" then when you can hear the music, press either of the "set volume" buttons. Neither of them change the volume. The demo creates a new Audio() and connects it to a Web Audio context via createMediaElementSource() which is itself connected to a gain node. The buttons change the gain node volume and the Audio object's volume. Neither have any effect on the playback volume. Both options work in Chrome, Firefox and Edge on Windows 10. This prevents Construct 2 content being able to change the volume of music in iOS.
Attachments
Note You need to log in before you can comment on or make changes to this bug.