Godot version
3.3 Stable
System information
Solus OS 4.3
Issue description
I make a software that capture a voice input using a microphone. I realize that analog microphone with audio jack works perfectly fine but usb mic will have a latency issue. It takes time bofore showing an output that "audio is captured"
Steps to reproduce
this line of code:
var power = AudioServer.get_bus_peak_volume_left_db(AudioServer.get_bus_index("Record"), 0)
with the attached bus and audiostreamplayer setups


For some reason, usb mic user will get a delay for the output.
Minimal reproduction project
No response