bluez5: add LHDC v5 codec using liblhdcv5

This commit is contained in:
DBeidachazi 2026-06-29 17:25:21 +08:00
parent 10b339bbf8
commit 4ced2a0ea4
8 changed files with 363 additions and 0 deletions

View file

@ -133,6 +133,10 @@ option('bluez5-codec-ldac-dec',
description: 'Enable LDAC Sony open source codec decoding',
type: 'feature',
value: 'auto')
option('bluez5-codec-lhdc',
description: 'Enable LHDC v5 open source codec implementation',
type: 'feature',
value: 'auto')
option('bluez5-codec-aac',
description: 'Enable Fraunhofer FDK AAC open source codec implementation',
type: 'feature',