Page 2 of 9
Re: DTS Support, Audio track selection, USB full screen mode
Posted: Sat Jan 09, 2010 10:31 am
by erdem_ua
AFAIK ffmpeg lib has DTS support in it. Problem is that exeDSP does not allow DTS.
Re: DTS Support, Audio track selection, USB full screen mode
Posted: Mon Mar 15, 2010 12:18 am
by erdem_ua
No way...
Re: DTS Support, Audio track selection, USB full screen mode
Posted: Mon Mar 15, 2010 4:44 pm
by erdem_ua
No, doesn't make it...
An there is nothing to do with them.
developer NewAge was work around those problems but again he don't archive such a thing and leaves us alone. We miss he.

Re: DTS Support, Audio track selection, USB full screen mode
Posted: Mon May 10, 2010 9:53 am
by doodlecz
Still no one concentrates on the subject?
I checked the tables NewAge mentioned and I agree, maybe this could be way how to achieve a pass-through.
I think it is not possible to pass DTS data as PCM or AC3 (anyway I tried this and without any surprise - no success), however I think David's idea can be the right one - we could try to encapsulate DTS data properly in similar way as AC3 is processed.
Probably, I found functions related with this but for confirmation I tried to make some injections into called functions and storing content of registers / memory, but still failing..
Is it somehow possible to force GCC not to include ANY ASM directive on the beginning of the injection function?
GCC includes directives depending on the content of the injection function, but I hate checking compiled injection in IDA to learn, what directives were included.. Also I have a bad feeling that the first STR LR, [SP,-4] included by GCC for my injection function in fact overwrites some important data..
David, if you're still around, can you also describe your final achievements?
Re: DTS Support, Audio track selection, USB full screen mode
Posted: Mon May 10, 2010 10:48 am
by erdem_ua
I think this is possible with defining function in inline assembly. Dropping a label on ASM and branch it via "goto".