-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Detect audio spatial format #9996
Conversation
This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be good to go after resolving conflicts
Thanks, rebased. |
@mohd-akram can you please address the proposed changes so we can get this merged? Thank you! |
Id also toss in detection for Mpeg-H 3D, not a ton of support right now but newer Denon receivers can decode it and it has software support in FFMPEG/Exoplayer. |
This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged. |
* Detect audio spatial format * Update MediaBrowser.Model/Entities/MediaStream.cs * Update MediaStream.cs --------- Co-authored-by: Cody Robibero <cody@robibe.ro>
* Detect audio spatial format * Update MediaBrowser.Model/Entities/MediaStream.cs * Update MediaStream.cs --------- Co-authored-by: Cody Robibero <cody@robibe.ro>
Support was added to FFmpeg.
Changes
Add
AudioSpatialFormat
property toMediaStream
.