mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
bluetooth: Add a generic GStreamer codec module
This adds a generic gstreamer codec module based on which other bluetooth codecs viz. aptX, aptX-HD, LDAC and AAC can be supported. The GStreamer codec plugins used here themselves depend on the native codec implementation. aptX/aptX-HD -> libopenaptx LDAC -> libldac AAC -> Fraunhofer FDK AAC Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/440>
This commit is contained in:
parent
3447335da9
commit
a407e9aafa
5 changed files with 828 additions and 1 deletions
|
|
@ -81,6 +81,9 @@ option('avahi',
|
|||
option('bluez5',
|
||||
type : 'boolean', value : 'true',
|
||||
description : 'Optional BlueZ 5 support')
|
||||
option('bluez5-gstreamer',
|
||||
type : 'feature', value: 'auto',
|
||||
description : 'Optional BlueZ 5 GStreamer support')
|
||||
option('bluez5-native-headset',
|
||||
type : 'boolean',
|
||||
description : 'Optional native headset backend support (BlueZ 5)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue