summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorjmb462 <jmb462@gmail.com>2021-03-17 19:18:22 +0100
committerjmb462 <jmb462@gmail.com>2021-03-17 23:07:38 +0100
commitb588232b8328d129133ee75db40d0569aa45787a (patch)
treeb9d8cf53e9b464392f6fcb398984c755cad34d59 /doc/classes
parent888051889ed0b63a6b88d3a7e0c2bfbbacde7b4b (diff)
Fix AudioEffectCapture buffer length cannot be changed
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/AudioEffectCapture.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AudioEffectCapture.xml b/doc/classes/AudioEffectCapture.xml
index cf3d87c2e4..c7ee621ca6 100644
--- a/doc/classes/AudioEffectCapture.xml
+++ b/doc/classes/AudioEffectCapture.xml
@@ -67,7 +67,7 @@
</methods>
<members>
<member name="buffer_length" type="float" setter="set_buffer_length" getter="get_buffer_length" default="0.1">
- Length of the internal ring buffer, in seconds.
+ Length of the internal ring buffer, in seconds. Setting the buffer length will have no effect if already initialized.
</member>
</members>
<constants>