Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
434
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
85bbff1f
Commit
85bbff1f
authored
1 year ago
by
Thomas Guillem
Committed by
Steve Lhomme
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
aaudio: enable low-latency in case of low-delay
parent
8d930c56
No related branches found
Branches containing commit
No related tags found
1 merge request
!3566
aaudio: enable low-latency in case of low-delay
Pipeline
#335279
passed with stages
in 25 minutes and 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/audio_output/android/aaudio.c
+1
-1
1 addition, 1 deletion
modules/audio_output/android/aaudio.c
with
1 addition
and
1 deletion
modules/audio_output/android/aaudio.c
+
1
−
1
View file @
85bbff1f
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment