我现在需要输出两个不同的信号,我一直用aic23的命令:while (!DSK6713_AIC23_write(hCodec, x[sample])) 来实现输出,不过lineout跟headphone两个通道都是输出同样的信号,不知到有没有别的命令或者方法能够在lineout跟headphone两个输出通道能实现不同信号的输出?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我现在需要输出两个不同的信号,我一直用aic23的命令:while (!DSK6713_AIC23_write(hCodec, x[sample])) 来实现输出,不过lineout跟headphone两个通道都是输出同样的信号,不知到有没有别的命令或者方法能够在lineout跟headphone两个输出通道能实现不同信号的输出?
Hi,
这个实现不了的,因为Lineout和Headphone输出信号是来自同一个通道DAC(L或R)。