(possibly) fix the growing audio delay issue
found out channel auto-disabling might be the issue. tested it myself and it seems to fix it without the need to recreate the mic (which leads to even more problems like global mic glitches and even app crashing, and ill address them in the next commit)
This commit is contained in:
parent
3173b21368
commit
843c19a28b
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ config/icon="res://icon.png"
|
|||
[audio]
|
||||
|
||||
driver/enable_input=true
|
||||
buses/channel_disable_time=0.0
|
||||
|
||||
[autoload]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue