mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
doc: add tutorial index
This commit is contained in:
parent
0a84a77a21
commit
0ee5feab67
2 changed files with 9 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Some notes about the [architecture](architecture.md) can be
|
|||
found here.
|
||||
|
||||
Start the tutorial about how to use the PipeWire API
|
||||
[here](tutorial1.md).
|
||||
[here](tutorial-index.md).
|
||||
|
||||
Notes about the design of the low-level [SPA](spa/design.md)
|
||||
layer.
|
||||
|
|
|
|||
8
doc/tutorial-index.md
Normal file
8
doc/tutorial-index.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# PipeWire Tutorial
|
||||
|
||||
Welcome to the PipeWire tutorial. The goal is to learn to
|
||||
PipeWire API step-by-step with simple short examples.
|
||||
|
||||
1) Getting started [tutorial 1](tutorial1.md).
|
||||
|
||||
2) Enumerating objects [tutorial 2](tutorial2.md).
|
||||
Loading…
Add table
Add a link
Reference in a new issue