[mythtv-commits] [MythTV/mythtv] f3c908: Add "AudioTrack" Audio playback capability for And...

Peter Bennett noreply at github.com
Thu May 16 15:23:22 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: f3c90896bfcd05f7db1e681e6049f722c01bbce8
      https://github.com/MythTV/mythtv/commit/f3c90896bfcd05f7db1e681e6049f722c01bbce8
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2019-05-16 (Thu, 16 May 2019)

  Changed paths:
    A mythtv/android-package-source/src/org/mythtv/audio/AudioOutputAudioTrack.java
    M mythtv/libs/libmyth/audio/audiooutput.cpp
    M mythtv/libs/libmyth/audio/audiooutput_omx.cpp
    A mythtv/libs/libmyth/audio/audiooutputaudiotrack.cpp
    A mythtv/libs/libmyth/audio/audiooutputaudiotrack.h
    M mythtv/libs/libmyth/audio/audiooutputbase.cpp
    M mythtv/libs/libmyth/audio/audiooutputbase.h
    M mythtv/libs/libmyth/libmyth.pro

  Log Message:
  -----------
  Add "AudioTrack" Audio playback capability for Android

Add a new audio output module for android devices. This supports
digital passthrough as well as multi-channel LPCM. It also supports
hardware accelerated decoding of media streams if your sound system
does not support them.

At this time there is a restriction that time stretch will use
stereo or multi-channel LPCM. It does not support AC3 output
in time stretch mode.

Internal volume control is not supported via AudioTrack. If software
volume control is used, AC3 output is disabled.

Refs #13446




More information about the mythtv-commits mailing list