modules: add tizen audio output

Multimedia / VLC - Thomas Guillem [gllm.fr] - 28 September 2015 13:19 UTC

Tizen audio_io.h supports only mono/stereo, with PCM U8/S16. With Tizen 2.3, flush is done by destroying/recreating the audio_output. A real flush will come with Tizen 2.4.

There is no TimeGet for now since there is no way to know the position in audio stream.

9053b09 modules: add tizen audio output
NEWS | 1 +
configure.ac | 16 ++
modules/MODULES_LIST | 1 +
modules/audio_output/Makefile.am | 5 +
modules/audio_output/tizen_audio.c | 324 ++++++++++++++++++++++++++++++++++++
5 files changed, 347 insertions(+)

Upstream: git.videolan.org


  • Share