Hi,
I am working with a TAS5754 for a project. I need to make the amplifier go into power save mode using the zero detect function.
In the data sheet i see that R59 and R65 need to be set according to my needs. That is the value i'm using :
// 59 5 sec zero detect
{ 0x3B, 0x66 },
// 65 A and B auto mute
{ 0x41, 0x03 },
The zero detect never work. While using the pure path console 2 I realize it might be cause by my analog audio input. Because with the PPCM i can get the zero detect to work with USB audio input (flag R120 switch to auto muted) but not with the line1 audio input. And when probing the SDIN of the TAS5754 i see that, with line1 input, there is alot of movement on the pin and it might cause the amplifier to never see it as a zero. Even if the music is not playing.
Might be cause by noise on the analog input?
Has anyone tested the auto mute function of the TAS5754 with an analog audio input?
Thanks