Skip to content

Commit 650cd90

Browse files
mgeierlarsoner
authored andcommitted
DOC: mention the signal_processing.py example
1 parent 00255a0 commit 650cd90

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/features.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ Planned Features
4242
Out Of Scope
4343
------------
4444

45-
* reading from/writing to files (use e.g. the soundfile_ module)
45+
* reading from/writing to files (use e.g. the soundfile_ module instead)
4646

47-
* realtime signal processing (inside the audio callback)
47+
* realtime signal processing inside the audio callback
48+
(ring buffers can be used as a work-around,
49+
see the signal_processing.py_ example)
4850

4951
* signal generators
5052

@@ -60,3 +62,5 @@ Out Of Scope
6062
* audio/video synchronization
6163

6264
.. _soundfile: https://python-soundfile.readthedocs.io/
65+
.. _signal_processing.py: https://github.com/spatialaudio/python-rtmixer/
66+
blob/master/examples/signal_processing.py

0 commit comments

Comments
 (0)