mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
PulseAudio: Remove get_latency() caching
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
<method name="get_output_latency" qualifiers="const">
|
||||
<return type="float" />
|
||||
<description>
|
||||
Returns the audio driver's output latency.
|
||||
Returns the audio driver's output latency. This can be expensive, it is not recommended to call this every frame.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_speaker_mode" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user