mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
examples: add audio source with ringbuffer
Add an example of a stream that plays data from a ringbuffer that is filled from some other thread.
This commit is contained in:
parent
44a1d93b7d
commit
e54cd0ef5c
2 changed files with 220 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# Examples, in order from simple to complicated
|
||||
examples = [
|
||||
'audio-src',
|
||||
'audio-src-ring',
|
||||
'audio-dsp-src',
|
||||
'audio-dsp-filter',
|
||||
'audio-capture',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue