2021-05-07 09:09:45 +10:00
|
|
|
# Tutorial - The PipeWire API
|
2020-06-11 13:43:29 +02:00
|
|
|
|
2020-09-14 20:00:59 +02:00
|
|
|
Welcome to the PipeWire tutorial. The goal is to learn
|
2020-06-11 13:43:29 +02:00
|
|
|
PipeWire API step-by-step with simple short examples.
|
|
|
|
|
|
2020-06-11 15:32:52 +02:00
|
|
|
1) Getting started ([tutorial 1](tutorial1.md)).
|
2020-06-11 13:43:29 +02:00
|
|
|
|
2020-06-11 15:32:52 +02:00
|
|
|
2) Enumerating objects ([tutorial 2](tutorial2.md)).
|
2020-06-11 16:25:47 +02:00
|
|
|
|
|
|
|
|
3) Forcing a roundtrip ([tutorial 3](tutorial3.md)).
|
2020-06-13 21:26:21 +02:00
|
|
|
|
|
|
|
|
4) Playing a tone with `pw_stream` ([tutorial 4](tutorial4.md)).
|
|
|
|
|
|
2020-06-19 16:36:12 +02:00
|
|
|
5) Capture video frames with `pw_stream` ([tutorial 5](tutorial5.md)).
|
|
|
|
|
|
2020-06-23 15:44:01 +02:00
|
|
|
6) Bind to an object ([tutorial 6](tutorial6.md)).
|