Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not convert Opus audio files to WAV #2818

Closed
albertvillanova opened this issue May 16, 2024 · 1 comment · Fixed by #2832
Closed

Do not convert Opus audio files to WAV #2818

albertvillanova opened this issue May 16, 2024 · 1 comment · Fixed by #2832
Assignees
Labels
feature request Request for a new feature good first issue Good for newcomers P2 Nice to have

Comments

@albertvillanova
Copy link
Member

As suggested by @severo, we could avoid the conversion of Opus audio files to WAV: #2811 (comment)

Indeed, according to https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Audio_codecs, it's a well-supported codec among browsers (see "Browser compatibility" in the Opus table).

Beware:

Safari supports Opus in the <audio> element only when packaged in a CAF file, and only on macOS High Sierra (10.13) or iOS 11.

Overall:

Opus is a good all-around audio codec for use in your web applications, and can be used for any audio tasks you have in mind.

@albertvillanova albertvillanova added the feature request Request for a new feature label May 16, 2024
@severo severo added good first issue Good for newcomers P2 Nice to have labels May 16, 2024
@Airop
Copy link
Contributor

Airop commented May 16, 2024

Hey, I would like to work on that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature good first issue Good for newcomers P2 Nice to have
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants