Fix AudioEffectCapture buffer length cannot be changed
This commit is contained in:
parent
888051889e
commit
b588232b83
2 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue