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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user