bluez5: add PLC for MSBC using spandsp

Use spandsp as optional dependency for MSBC codec, for providing PLC.
This commit is contained in:
Pauli Virtanen 2025-06-14 18:52:55 +03:00 committed by Wim Taymans
parent 90a1b35017
commit 87843366ce
5 changed files with 66 additions and 4 deletions

View file

@ -153,6 +153,10 @@ option('bluez5-codec-g722',
description: 'Enable G722 open source codec implementation',
type: 'feature',
value: 'auto')
option('bluez5-plc-spandsp',
description: 'Enable SpanDSP for packet loss concealment',
type: 'feature',
value: 'auto')
option('control',
description: 'Enable control spa plugin integration',
type: 'feature',