Skip to content

Commit a1e95cf

Browse files
remove const qualifier
1 parent d109a56 commit a1e95cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/Input.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
The samples are signed floating-point PCM between [code]-1[/code] and [code]1[/code]. You will have to scale them if you want to use them as 8 or 16-bit integer samples. ([code]v = 0x7fff * samples[0].x[/code])
194194
</description>
195195
</method>
196-
<method name="get_microphone_frames_available" qualifiers="const">
196+
<method name="get_microphone_frames_available">
197197
<return type="int" />
198198
<description>
199199
Returns the number of frames available to read using [method get_microphone_buffer].

0 commit comments

Comments
 (0)