2022-03-16, 17:48
Repo was down for a bit earlier today.
(2022-03-16, 11:57)jjd-uk Wrote:Hi , i tryed to upload my first log , i hope it'ok.(2022-03-16, 09:41)m04r3n0 Wrote: Passthrough doesn't work for me with a standard AC3 source. XBox still convert it in PCM multichannel. I am the only one?
What type of source? if it's working for TrueHD then I can't see that anything we do would only affect AC3, so are you 100% sure source has AC3?
A debug log would tell.
(2022-03-18, 19:47)amasephy Wrote: Microsoft recently put out an update that removed support for bitstreaming audio
(2022-03-18, 19:47)amasephy Wrote: Edit: Seems the way to get proper bitstreaming back is to set the output audio in Xbox settings to either Atmos or DTS:X. You’ll find when you set to either of these it will ask you to install the accompanying app. These are both free for surround sound. You only pay for their headphone services.
Install both apps.
2022-03-20 17:29:29.396 T:6628 INFO <general>: Device 1
2022-03-20 17:29:29.397 T:6628 INFO <general>: m_deviceName : \\?\SWD#MMDEVAPI#{0.0.0.00000000}.{59970f92-704d-4902-97cd-0db5afe4f4f5}#{e6327cad-dcec-4949-ae8a-991e976a79d2}
2022-03-20 17:29:29.397 T:6628 INFO <general>: m_displayName : HDMI - Digital Output (Virtual Audio Device)
2022-03-20 17:29:29.397 T:6628 INFO <general>: m_displayNameExtra: WASAPI: Digital Output (Virtual Audio Device)
2022-03-20 17:29:29.397 T:6628 INFO <general>: m_deviceType : AE_DEVTYPE_HDMI
2022-03-20 17:29:29.397 T:6628 INFO <general>: m_channels : FL, FR, FC, LFE, SL, SR
2022-03-20 17:29:29.397 T:6628 INFO <general>: m_sampleRates : 192000
2022-03-20 17:29:29.397 T:6628 INFO <general>: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_RAW
2022-03-20 17:29:29.397 T:6628 INFO <general>: m_streamTypes : STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_TRUEHD,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512,STREAM_TYPE_AC3
Quote:2022-03-20 17:29:29.397 T:6628 INFO <general>: m_sampleRates : 192000
m_sampleRates : 192000, 48000
(2022-03-20, 22:34)jogal Wrote: I have identified a small bug that causes 48000 Hz not detected.
This causes DTS switch not displayed in GUI settings (although DTS does work).
I suspect that also may cause DTS and AC3 does not work on ARC based systems. These systems are limited to 48 KHz in any case.
(2022-03-20, 22:34)jogal Wrote: I have identified a small bug that causes 48000 Hz not detected.That's a great find. Thanks!!
This causes DTS switch not displayed in GUI settings (although DTS does work).
I suspect that also may cause DTS and AC3 does not work on ARC based systems. These systems are limited to 48 KHz in any case.
Quote:2022-03-20 17:29:29.397 T:6628 INFO <general>: m_sampleRates : 192000
This should be:
m_sampleRates : 192000, 48000
More info: https://github.com/xbmc/xbmc/pull/21155