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

Fix DTS playback - ask for transcoding when unsupported #3929

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 20, 2024

  1. Add preference to enable DTS audio bitstream

    Currently there is no reliable way to check if DTS audio is supported by
    the device or by others it's connected to, therefore DTS playback must be
    enabled/disabled manually by the user.
    
    `false` is the safest default value for the preference, because it allows
    media to be always played without errors on any device, even though it will
    trigger a useless transcode for devices that do support DTS.
    
    This commit reverts 38589ef, but now
    the preference does have a logic.
    rickysixx committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    5f20fcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ea2f50 View commit details
    Browse the repository at this point in the history