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:
Peter Hutterer 2021-05-25 11:19:17 +10:00 committed by Wim Taymans
parent 5e5b9e3050
commit f8243f3cc1
10 changed files with 13 additions and 13 deletions

View file

@ -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