Results 2 comments of ducc

As part of my research (and a more eloquent explanation), this issues has a solution I have found here https://github.com/Jam3/ios-safe-audio-context It is the source of the sample code I provided...

I also tried my hand at adding new code I added a 'desiredSampleRate' to the options object in function WebAudio() ` if (options.desiredSampleRate === undefined) options.desiredSampleRate = 44100; ` And...