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

AESinkAudioTrack: Help broken firmwares to make kodi ignore broken delay #24597

Merged
merged 1 commit into from
Feb 3, 2024

Commits on Jan 30, 2024

  1. AESinkAudioTrack: Help broken firmwares to make kodi ignore broken delay

    Kodi can supervise the sink for being stuck, which means: if you open a sink
    with 160 ms buffer and it does not move while eating more than twice of the
    buffer's audio data, it is considered a bug. Sadly - there is a whole
    lot of broken firmwares out there, one of the leards: Ugoos. Which is the
    reason I make disabled by default. That means that FireTV Cube 3rd Gen and
    others would need to enable this - once again - via an advanced settings.
    
    <advancedsettings>
    <audio>
    <superviseaudiodelay>true</superviseaudiodelay>
    <audio>
    </advancedsettings>
    
    Co-authored-by: thexai <58434170+thexai@users.noreply.github.com>
    fritsch and thexai committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a6a1738 View commit details
    Browse the repository at this point in the history