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:
Wim Taymans 2024-09-20 17:20:25 +02:00
parent 44a1d93b7d
commit e54cd0ef5c
2 changed files with 220 additions and 0 deletions

View file

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