[mythtv-commits] Ticket #13446: Android Digital Audio
MythTV
noreply at mythtv.org
Mon May 20 18:19:34 UTC 2019
#13446: Android Digital Audio
-----------------------------+-------------------------------
Reporter: Peter Bennett | Owner: Peter Bennett
Type: Developer Task | Status: assigned
Priority: minor | Milestone: unknown
Component: Ports - Android | Version: Unspecified
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
-----------------------------+-------------------------------
Comment (by Peter Bennett):
Channels - You are right. I did not see the 5POINT1 setting.
CHANNEL_OUT_5POINT1 consists of CHANNEL_OUT_BACK_LEFT,
CHANNEL_OUT_BACK_RIGHT, CHANNEL_OUT_FRONT_CENTER, CHANNEL_OUT_FRONT_LEFT,
CHANNEL_OUT_FRONT_RIGHT, CHANNEL_OUT_LOW_FREQUENCY.
I had thought that 5.1 had side speakers and 7.1 added the rear ones. I
guess that is wrong. I will get that fixed.
Regarding DISABLE_AC3 I assume you are referring to the DISABLE_AC3_ENCODE
macro. This is a temporary fix because the audio encode was not working
during speedup. I hope to get it sorted out. The basic problem is that the
SPDIF encoding is done in android so it needs to be bypassed in the AC3
encoding done during speedup and I did not succeed in getting that bypass
working. That macro causes the AC3 encoding to by bypassed so that it
reverts to stereo during speedup.
I think that multi-channel LPCM is not working correctly due to incorrect
ordering of channels. This is another thing that needs to be fixed. This
is likely the cause of your LFE not working. Unfortunately I do not have a
sound system capable of multi-channel LPCM.
--
Ticket URL: <https://code.mythtv.org/trac/ticket/13446#comment:19>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list