You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Fixed theora playback. Removed theoraplayer.
Still need to get proper audio output latency in some platforms.
This commit is contained in:
@@ -920,7 +920,7 @@ float AudioServerSW::get_event_voice_global_volume_scale() const {
|
||||
|
||||
double AudioServerSW::get_output_delay() const {
|
||||
|
||||
return _output_delay;
|
||||
return _output_delay+AudioDriverSW::get_singleton()->get_latency();
|
||||
}
|
||||
|
||||
double AudioServerSW::get_mix_time() const {
|
||||
|
||||
Reference in New Issue
Block a user