[vlc-commits] [Git][videolan/vlc][master] aaudio: enable low-latency in case of low-delay
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Fri Apr 21 15:29:22 UTC 2023
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
85bbff1f by Thomas Guillem at 2023-04-21T14:39:50+00:00
aaudio: enable low-latency in case of low-delay
- - - - -
1 changed file:
- modules/audio_output/android/aaudio.c
Changes:
=====================================
modules/audio_output/android/aaudio.c
=====================================
@@ -588,7 +588,7 @@ PrepareAudioFormat(aout_stream_t *stream, audio_sample_format_t *fmt)
         sys->cfg.low_latency = true;
     }
     else
-        sys->cfg.low_latency = false;
+        sys->cfg.low_latency = var_InheritBool(stream, "low-delay");
 
     sys->fmt = *fmt;
 }
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/85bbff1fc719d02faaec1074ac8b5c06d2976b9c
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/85bbff1fc719d02faaec1074ac8b5c06d2976b9c
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
    
    
More information about the vlc-commits
mailing list