Audio on iOS

Hi,
this page https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/createMediaElementSource states that it would be possible to change the volume of an audio element on iOS by piping it through the Web Audio API. In my experience it (the example) works neither on Safari/OSX nor on any Browser on iOS. Could someone confirm or report other experiences?

I would be thankful to learn about any solution to fade out my audio when I want to. I experimented with several approaches all of which work great on any Desktop- and Android-Browsers but none works on iOS.

Leander

Hello @Leander

unfortunately i do not have ios device to test that so try the following

  1. open the developer tool of your browser on your ios and check is you get any error or warning there
  2. if there no error or the error you get did not help you could ask in https://stackoverflow.com/

and have a nice day :slight_smile:

1 Like