Page 13 of 20
Re: B Series DTS bugs & support
Posted: Thu Jan 27, 2011 1:53 am
by erdem_ua
Himm, looks promising.
SmartSmurf, could you compile this code?
Re: B Series DTS bugs & support
Posted: Mon Jan 31, 2011 11:14 pm
by sbav1
davidhorman wrote:
I believe what I have posted (or something very similar) would indeed pass-through DTS to an external receiver
I think that would be too easy

. Problems:
1. To may best knowledge,
Samsung PCM audio engine is not bit-perfect.
2. Judging from Spdif Tx CSTAS1/CSTAS2 (channel status) register values, spdif output is allways set to 24bit in B-Series TVs for PCM sound.
3. Many receivers will not accept/recognize padded DTS stream (unless it's 44.1kHz 14-bit DTS format, usually used at DTS audio CDs).
2) & 3) should be relatively easy to fix; channel status registers can be modified; IEC 61937 encoding (wrapping) is easy to do in software, and not CPU-hungry.
1) is a really big obstacle; I don't know, maybe it's possible to patch the f**ing AIDA PCM microcode (or to bypass it somehow ?).
But perhaps there are other angles of attack..