mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-09 10:06:25 -05:00
doc: add DSP filter tutorial
Add CLAUDE generated tutorial7 based on the audio-dsp-filter example.
This commit is contained in:
parent
6bc451cf6d
commit
0267a5906e
5 changed files with 399 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/** \page page_tutorial6 Tutorial - Part 6: Binding Objects
|
||||
|
||||
\ref page_tutorial5 | \ref page_tutorial "Index"
|
||||
\ref page_tutorial5 | \ref page_tutorial "Index" | \ref page_tutorial7
|
||||
|
||||
In this tutorial we show how to bind to an object so that we can
|
||||
receive events and call methods on the object.
|
||||
|
|
@ -64,6 +64,6 @@ you created. Otherwise, they will be leaked:
|
|||
}
|
||||
\endcode
|
||||
|
||||
\ref page_tutorial5 | \ref page_tutorial "Index"
|
||||
\ref page_tutorial5 | \ref page_tutorial "Index" | \ref page_tutorial7
|
||||
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue