Add a preference option to disable hardware audio offloading#1564
Open
Nehereus wants to merge 8 commits into
Open
Add a preference option to disable hardware audio offloading#1564Nehereus wants to merge 8 commits into
Nehereus wants to merge 8 commits into
Conversation
|
Having the exact same problem with my TCL C81K. Hope that this will fix the issue. |
damontecres
requested changes
Jul 5, 2026
damontecres
left a comment
Owner
There was a problem hiding this comment.
Thanks for the contribution!
I'd just like to move this setting to experimental and you'll need to clean up some code after merging/rebasing main.
2. The option is moved to experimental settings
Nehereus
marked this pull request as draft
July 13, 2026 02:15
Nehereus
marked this pull request as ready for review
July 13, 2026 02:22
damontecres
reviewed
Jul 15, 2026
Co-authored-by: Damontecres <damontecres@gmail.com>
damontecres
approved these changes
Jul 15, 2026
damontecres
left a comment
Owner
There was a problem hiding this comment.
Looks good, will merge once CI passes
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.
Description
By default, Wholphin plays music with hardware audio offloading enabled. This delegates audio decoding to the device's hardware DSP, making playback stability highly dependent on the manufacturer's system audio implementation. On certain hardware (such as my TCL TVs, e.g., the Chinese Model Q9L Pro), this implementation causes music playback to hang indefinitely at 0 seconds.
Related issues
#1372
Testing
Tested on a TCL TV (Q9L Pro):
Screenshots
AI or LLM usage
Developed in pair with Gemini and human-reviewed, tested.