Improve documentation related to audio input permissions

This commit is contained in:
Hugo Locurcio
2022-09-02 19:17:00 +02:00
parent b38ac3f09f
commit ac31fac9a5
4 changed files with 12 additions and 2 deletions

View File

@@ -282,6 +282,7 @@
</member>
<member name="audio/enable_audio_input" type="bool" setter="" getter="" default="false">
If [code]true[/code], microphone input will be allowed. This requires appropriate permissions to be set when exporting to Android or iOS.
[b]Note:[/b] If the operating system blocks access to audio input devices (due to the user's privacy settings), audio capture will only return silence. On Windows 10 and later, make sure that apps are allowed to access the microphone in the OS' privacy settings.
</member>
<member name="audio/mix_rate" type="int" setter="" getter="" default="44100">
The mixing rate used for audio (in Hz). In general, it's better to not touch this and leave it to the host operating system.