Skip to content

Add opus to Peek's allowed file list#46859

Closed
DaveT1991 wants to merge 1 commit intomicrosoft:mainfrom
DaveT1991:codex/peek-opus-support
Closed

Add opus to Peek's allowed file list#46859
DaveT1991 wants to merge 1 commit intomicrosoft:mainfrom
DaveT1991:codex/peek-opus-support

Conversation

@DaveT1991
Copy link
Copy Markdown

Summary of the Pull Request

Adds .opus to Peek's supported audio file extensions so .opus files are routed through the audio previewer instead of being treated as unsupported up front.

PR Checklist

Detailed Description of the Pull Request / Additional comments

Issue #42576 reports that .opus files are not currently included in Peek's supported audio extension list.

This PR adds .opus to the supported audio file types in AudioPreviewer. That allows Peek to attempt the existing audio preview path for .opus files and use the current fallback behavior if playback is unsupported in the environment.

This is a small, scoped change and does not add any new strings, binaries, or documentation changes.

Validation Steps Performed

  • Reviewed the existing previewer flow to confirm audio file extensions are routed through AudioPreviewer
  • Verified that .opus was missing from the supported audio extension list
  • Confirmed the change is limited to adding .opus to that list

I was not able to run a local build in my current environment because the .NET SDK is not installed.

@crutkas crutkas changed the title PR#42576 Add opus to Peek's allowed file list Apr 11, 2026
@daverayment
Copy link
Copy Markdown
Collaborator

Duplicate of #44792.

Also, please note that we do not accept untested PRs.

Please read the contributing guidelines here:

https://github.com/microsoft/PowerToys/blob/main/CONTRIBUTING.md

This is intended to help you and us prevent unnecessary work by agreeing up-front that it is needed.

@daverayment
Copy link
Copy Markdown
Collaborator

Closing as duplicate of #44792

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.

.opus support for Peek

2 participants