Closed borine closed 1 year ago
Patch coverage has no change and project coverage change: -0.06
:warning:
Comparison is base (
2709a34
) 70.81% compared to head (8144e29
) 70.76%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Enables use of mSBC with Realtek USB adapters by applying a manufacturer-specific sco socket mtu value. This PR is a temporary measure until a more general mSBC over USB fix can be found (for example PR #550). See #637 for description of the problem being addressed.
Current BlueALSA sources result in silence being played, and bluealsa debug output shows
D: ../../src/hci.c:150: USB adjusted SCO MTU: 28: 24
. With this PR, audio is played correctly and bluealsa debug output showsD: ../../src/hci.c:150: USB adjusted SCO MTU: 28: 72
Fixes #637