Page 2 of 2

Re: D5700 - Will there ever be Dolby Digital / DTS passthrough?

Posted: Wed May 25, 2016 10:22 pm
by congoelmex
that...WORKS! :lol:

no crashing. I can happily switch between sources and change between PCM and Dolby Direct in the sound menu.

so one of those has to be the culprit, right? (not that I know what they do anyway...)

Code: Select all

const void* (*TCChannel_Create)(void *channel);
const int (*TCWindow_GetTvChannel)(void *window, void *channel, int arg3);
const int (*TCWindow_SetChannel)(void *window, void *channel, int ten, int zero2);
const int (*TCSpeaker_SetExternalOutMode)(void *this, int smode, int one);
btw, what does the "resident" switch of samyGOso do? I thought it to be something like a --daemon switch or so? hm.

Re: D5700 - Will there ever be Dolby Digital / DTS passthrough?

Posted: Wed May 25, 2016 10:31 pm
by zoelechat
Awesome :ugeek:
There's obviously a bug in mips lib templates due to big mess in nfi which source to use. Fortunately I don't use them everyday :lol:

Lib no longer needs to be resident since only a function is executed now. It has to be resident when some functions are "hooked" to change their behavior (here was the bug), but it's a long story...

Anyway, glad it works, will have to post it properly into mips section. :)

Re: D5700 - Will there ever be Dolby Digital / DTS passthrough?

Posted: Wed May 25, 2016 10:48 pm
by congoelmex
zoelechat wrote:It has to be resident when some functions are "hooked" to change their behavior (here was the bug), but it's a long story...
ah..this actually rings a bell ;)

Thank you so much for taking all the time to help!