Giter Club home page Giter Club logo

Comments (5)

nihil-admirari avatar nihil-admirari commented on July 21, 2024 1

Opus in WebM does work on iOS 17.4. Tested on https://hpr.dogphilosophy.net/test/.

from caniuse.

nihil-admirari avatar nihil-admirari commented on July 21, 2024
  1. Had success opening Opus in MP4 in Safari on iOS 17.
  2. Opus in WebM doesn't work on iOS..
  3. Support depends on Lockdown Mode being disabled. If Lockdown mode is enabled, even Opus in CAF stops working.

Test files are provided by chromium:

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Opus Test</title>
  <style>
    body {
        display: flex;
        flex-direction: column;
    }
  </style>
</head>
<body>
  Opus in WebM:
  <audio controls
         src="https://raw.githubusercontent.com/chromium/chromium/main/media/test/data/bear-opus.webm">
  </audio>
  Opus in MP4:
  <audio controls
         src="https://raw.githubusercontent.com/chromium/chromium/main/media/test/data/bear-opus.m4a">
  </audio>
</body>
</html>

from caniuse.

nihil-admirari avatar nihil-admirari commented on July 21, 2024

Apple officially declared support for Opus in WebM and MP4 in Safari 17 Release Notes:

Added support for stereo-only Opus in MPEG-4 and WebM containers on macOS Sonoma. (50994465)

from caniuse.

Artoria2e5 avatar Artoria2e5 commented on July 21, 2024

I wonder if they allow VBR in those containers too -- Opus/CAF support was originally limited to CBR. I should really get a Sonoma machine to test with...

from caniuse.

wbob avatar wbob commented on July 21, 2024

@Artoria2e5 as the audio/webm opus file on the sample page used by @nihil-admirari is a not a Hard-CBR file I'd think so. The sample file to test variable frame size (not to be confused with bitrate) at WebKit/WebKit@b41ec21 too is a VBR file

Edit: I did test VBR playback successfully on iOS 17.5 and confirmed that the audio-blob regression in 17.4 is gone too

from caniuse.

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.