Add opus to Peek's allowed file list#46859
Closed
DaveT1991 wants to merge 1 commit intomicrosoft:mainfrom
Closed
Conversation
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. |
Collaborator
|
Closing as duplicate of #44792 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of the Pull Request
Adds
.opusto Peek's supported audio file extensions so.opusfiles 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
.opusfiles are not currently included in Peek's supported audio extension list.This PR adds
.opusto the supported audio file types inAudioPreviewer. That allows Peek to attempt the existing audio preview path for.opusfiles 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
AudioPreviewer.opuswas missing from the supported audio extension list.opusto that listI was not able to run a local build in my current environment because the .NET SDK is not installed.