DTS Support, Audio track selection, USB full screen mode
- erdem_ua
- SamyGO Admin
- Posts: 3126
- Joined: Thu Oct 01, 2009 6:02 am
- Location: Istanbul, Turkey
- Contact:
Re: DTS Support, Audio track selection, USB full screen mode
AFAIK ffmpeg lib has DTS support in it. Problem is that exeDSP does not allow DTS.
- erdem_ua
- SamyGO Admin
- Posts: 3126
- Joined: Thu Oct 01, 2009 6:02 am
- Location: Istanbul, Turkey
- Contact:
Re: DTS Support, Audio track selection, USB full screen mode
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.
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
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?
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?
- erdem_ua
- SamyGO Admin
- Posts: 3126
- Joined: Thu Oct 01, 2009 6:02 am
- Location: Istanbul, Turkey
- Contact:
Re: DTS Support, Audio track selection, USB full screen mode
I think this is possible with defining function in inline assembly. Dropping a label on ASM and branch it via "goto".