mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
doc: move spa/foo.md to spa-foo.md
Flatten the hierarchy a bit to make it easier to handle.
This commit is contained in:
parent
5e5b9e3050
commit
f8243f3cc1
10 changed files with 13 additions and 13 deletions
|
|
@ -208,7 +208,7 @@ which means that it enumerates the possible formats for this stream. We have
|
|||
only one, a Signed 16 bit stereo format at 44.1KHz.
|
||||
|
||||
We use `spa_format_audio_raw_build()` which is a helper function to make the param
|
||||
with the builder. See [SPA POD](spa/pod.md) for more information about how to
|
||||
with the builder. See [SPA POD](spa-pod.md) for more information about how to
|
||||
make these POD objects.
|
||||
|
||||
Now we're ready to connect the stream and run the main loop:
|
||||
|
|
@ -291,7 +291,7 @@ static void on_process(void *userdata)
|
|||
}
|
||||
```
|
||||
|
||||
Check out the docs for [buffers](spa/buffer.md) for more information
|
||||
Check out the docs for [buffers](spa-buffer.md) for more information
|
||||
about how to work with buffers.
|
||||
|
||||
Try to change the number of channels, samplerate or format; the stream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue