Difference between revisions of "Documentation:Modules/opensles"

From VideoLAN Wiki
Jump to navigation Jump to search
(new module opensles)
 
m (→‎Source code: Rewrite link as HTTPS with Template:VLCSourceFile)
 
Line 10: Line 10:
  
 
== Source code ==
 
== Source code ==
* http://git.videolan.org/?p=vlc.git;a=blob;f=modules/audio_output/opensles_android.c
+
* {{VLCSourceFile|modules/audio_output/opensles_android.c}}
  
 
[[Category:Android]]
 
[[Category:Android]]

Latest revision as of 05:50, 28 February 2019

Module: opensles
Type Audio output
First VLC version 2.1
Last VLC version -
Operating system(s) Android
Description OpenSLES audio output
Shortcut(s) -

Introduction

This is the latest audio output module found on the Android platform. It offers better lipsync than the AudioTrack modules.

Sometimes, however, on recent Android platforms an Android bug might prevent it from functioning well, so in that case trying out the AudioTrack (Java) audio output may be recommended.

Options

None.

Source code