Git Product home page Git Product logo

Comments (4)

chris-rudmin avatar chris-rudmin commented on August 20, 2024

My best guess Is that safari on iOS does not have an implementation of AudioContext. MDN seems to suggest as much.

from opus-recorder.

chris-rudmin avatar chris-rudmin commented on August 20, 2024

Looks like navigator.getUserMedia() has been deprecated in favour of navigator.mediaDevices.getUserMedia(). Should be fixable.

from opus-recorder.

seabrus avatar seabrus commented on August 20, 2024

@chris-rudmin

safari on iOS does not have an implementation of AudioContext

-- it was my first guess too. But at DeveloperApple => AudioContext is described as supported for both Safari Desktop 10.0+ and Safari Mobile 9.0+ SDKs.

As for navigator (SDKs: Safari Desktop 10.0+ and Safari Mobile 3.0+), the situation looks less promising:

  • mediaDevices is marked as part of Safari Desktop 10.0+ SDK only,
  • webkitGetUserMedia is used in SDK for Safari Desktop 9.0+ -- again, no Safari Mobile mentioned.

Also the Browser compatibility section in MDN's articles about

-- on Safari AudioContext is supported but no support for MediaDevices and MediaDevices.getUserMedia :(

from opus-recorder.

chris-rudmin avatar chris-rudmin commented on August 20, 2024

Yup, I checked some more, looks like iOS is not supported.

from opus-recorder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.