Skip to content

Add codecs parameter to FLAC mime type#6

Open
metalheim wants to merge 2 commits intomasterfrom
firefox-dont-transcode-flac
Open

Add codecs parameter to FLAC mime type#6
metalheim wants to merge 2 commits intomasterfrom
firefox-dont-transcode-flac

Conversation

@metalheim
Copy link
Copy Markdown
Owner

To avoid Firefox requesting transcode for flac.

Firefox 148 says:

audio/flac => "maybe"
audio/x-flac => "maybe"
audio/flac; codecs="flac" => "probably"
audio/x-flac; codecs="flac" => "probably"

Description

Related Issues

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor
  • Other (please describe):

Checklist

Please review and check all that apply:

  • My code follows the project’s coding style
  • I have tested the changes locally
  • I have added or updated documentation as needed
  • I have added tests that prove my fix/feature works (or explain why not)
  • All existing and new tests pass

How to Test

Screenshots / Demos (if applicable)

Additional Notes

To avoid Firefox requesting transcode for flac.

Firefox 148 says:

audio/flac => "maybe"
audio/x-flac => "maybe"
audio/flac; codecs="flac" => "probably"
audio/x-flac; codecs="flac" => "probably"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant