We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00255a0 commit 650cd90Copy full SHA for 650cd90
doc/features.rst
@@ -42,9 +42,11 @@ Planned Features
42
Out Of Scope
43
------------
44
45
-* reading from/writing to files (use e.g. the soundfile_ module)
+* reading from/writing to files (use e.g. the soundfile_ module instead)
46
47
-* realtime signal processing (inside the audio callback)
+* realtime signal processing inside the audio callback
48
+ (ring buffers can be used as a work-around,
49
+ see the signal_processing.py_ example)
50
51
* signal generators
52
@@ -60,3 +62,5 @@ Out Of Scope
60
62
* audio/video synchronization
61
63
64
.. _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