bowser
bowser copied to clipboard
AudioContext.createMediaStreamSource not available
I tried to use getUserMedia in combination with createMediaStreamSource as seen in this example: http://torchprinciple.com/tests/rec4/
This example works fine on linux Chrome (latest stable). It partly works on my iPad Mini 2, iOS9.1 with Bowser, patched with #61. getUserMedia works fine, however, createMediaStreamSource isn't available.
Is this feature something that will be provided through bowser or openwebrtc?
@stefhak @adam-be @pererikb any thoughts?
Any news? I need this too.
Not really, sorry.
I believe so far, as in this issue is describing, bowser is letting microphone access and that AudioContext gets instantiated. So the method createMediaStreamSource isn't working. Is there another syntax for that method ? Is it possible to load the audio web api scripts externally to get it work ?