From 001de994a8ec4cc9a7bd940a36707d581522f00f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Thu, 25 Jul 2024 14:07:54 +0200
Subject: [PATCH] audio-management: add talks about pipewire and wireplumber
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 content/concepts/platform/audio-management.md | 32 +++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/content/concepts/platform/audio-management.md b/content/concepts/platform/audio-management.md
index 34d4a68b5..e0c88ce1c 100644
--- a/content/concepts/platform/audio-management.md
+++ b/content/concepts/platform/audio-management.md
@@ -850,6 +850,38 @@ This design fulfill the following requirements:
 - GStreamer's `pipewiresink` support a `stream.properties` parameter.
 - A tool for corking a stream could be implemented.
 
+## References
+
+* [WirePlumber, Propelling PipeWire for Embedded](https://www.youtube.com/watch?v=jqz-RH3zNSo)
+  - Overview of new WirePlumber upcoming features and how they will make the
+    PipeWire and WirePlumber ecosystem more manageable on embedded by Ashok Sidipotu
+  - Presented at the [EOSS 2023](https://eoss2023.sched.com/)  
+&nbsp;
+* [Bluetooth state in PipeWire and WirePlumber](https://www.youtube.com/watch?v=jUDm2ehzTqg)
+  - Overview of recent Bluetooth® support improvements including the recently
+    added initial support for next generation Bluetooth LE Audio, and discuss
+    future plans by Frédéric Danis
+  - Presented at the [FOSDEM 2023](https://archive.fosdem.org/2023/)  
+&nbsp;
+* [Master your PipeWire streams with WirePlumber](https://www.youtube.com/watch?v=NB1iodnqELY)
+  - An interactive demo showing how easy it is to implement a custom, powerful
+    and secure audio/video stream routing service using PipeWire and WirePlumber
+    by George Kiagiadakis
+  - [The Linux Foundation's talk](https://www.youtube.com/watch?v=HOsp-JlIkkY)
+  - Presented at the [Linaro Virtual Connect Fall 2021](https://resources.linaro.org/en/events/vDbXUBY9wxx4PmMTKDGXqu)
+    and at the [EOSS NA 2021](https://events.linuxfoundation.org/archive/2021/embedded-linux-conference-north-america/)  
+&nbsp;
+* [PipeWire: The New Multimedia Service, Now Ready for Automotive](https://www.youtube.com/watch?v=1w6yVqU0lkU)
+  - Introduction to the PipeWire project, how it evolved to overcome the
+    automotive industry use cases, and what the current upstream status is by Julian Bouzas.
+  - Presented at the [Live Embedded Event 2020](https://live-embedded-event.carrd.co/)
+    and at the [ELCNA 2020](https://events.linuxfoundation.org/archive/2020/embedded-linux-conference-north-america/)  
+&nbsp;
+* [PipeWire in the Automotive Industry](https://www.youtube.com/watch?v=kcR0U6W9mJ0)
+  - PipeWire has evolved to support automotive use cases is by George Kiagiadakis.
+  - Presented at the [FOSDEM 2020](https://archive.fosdem.org/2020/)
+
+
 [Apertis Glossary]:  {{< ref "glossary.md" >}} 
 [inter domain communication]:  {{< ref "inter-domain-communication.md" >}} 
 [Application bundle metadata]:  {{< ref "application-bundle-metadata.md" >}} 
-- 
GitLab