summaryrefslogtreecommitdiff
path: root/doc/classes/AudioEffectCapture.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/AudioEffectCapture.xml')
-rw-r--r--doc/classes/AudioEffectCapture.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/AudioEffectCapture.xml b/doc/classes/AudioEffectCapture.xml
index 8e02056456..016c71bf27 100644
--- a/doc/classes/AudioEffectCapture.xml
+++ b/doc/classes/AudioEffectCapture.xml
@@ -13,7 +13,7 @@
<methods>
<method name="can_get_buffer" qualifiers="const">
<return type="bool" />
- <argument index="0" name="frames" type="int" />
+ <param index="0" name="frames" type="int" />
<description>
Returns [code]true[/code] if at least [code]frames[/code] audio frames are available to read in the internal ring buffer.
</description>
@@ -26,7 +26,7 @@
</method>
<method name="get_buffer">
<return type="PackedVector2Array" />
- <argument index="0" name="frames" type="int" />
+ <param index="0" name="frames" type="int" />
<description>
Gets the next [code]frames[/code] audio samples from the internal ring buffer.
Returns a [PackedVector2Array] containing exactly [code]frames[/code] audio samples if available, or an empty [PackedVector2Array] if insufficient data was available.