Merge pull request #88628 from bruvzg/i_have_no_idea_what_im_doing

[macOS/iOS] Use hardware sampling rates for audio I/O.
This commit is contained in:
Thaddeus Crews
2024-10-29 19:25:47 -05:00
8 changed files with 78 additions and 18 deletions
+6
View File
@@ -123,6 +123,12 @@
[b]Note:[/b] [member ProjectSettings.audio/driver/enable_input] must be [code]true[/code] for audio input to work. See also that setting's description for caveats related to permissions and operating system privacy settings.
</description>
</method>
<method name="get_input_mix_rate" qualifiers="const">
<return type="float" />
<description>
Returns the sample rate at the input of the [AudioServer].
</description>
</method>
<method name="get_mix_rate" qualifiers="const">
<return type="float" />
<description>