嗯,是单电源的。应该不能输入负压的。
对于LRCLK的理解,你是对的。而且芯片来对LRCLK、MCLK、SCLK有严格的规定:
4.2.1 Slave Mode
LRCK and SCLK operate as inputs in Slave mode. The left/right clock must be synchronously derived from the master
clock and be equal to Fs. It is also recommended that the serial clock be synchronously derived from the master
clock and be equal to 64x Fs to maximize system performance. Refer to Table 2 for required clock ratios.
单从为什么必须LRCLK=FS来说,我给你解析一下:
如果你设定的FS为10KHz,则每秒,芯片会对双通道音频进行采样。为了把双通道的数据都送出去,则每一个采集周期内,左右声道的数据就得切换一次(因为数据线只有一根,不能同的传送左右声道)。而正好,LRCLK的一个周期的高和低电平正好就代表左、右声道,因此LRCLK=FS。
还有什么不清楚可以继续问。
|