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.
Hello,
I have some questions about PCM1753-Q1:
1. How to configure SCK and BCK? the sampling frequency is 16kHz, 16bit audio data. I know BCK should be 2*audio data*sampling frequency, how about the SCK?
2. If one channel audio output is used? Can we configure i2s input as one channel?
3. Can we use the digital attenuation control to adjust the volume?
Best regards,
Dongbao
Hi Dongbao Zhou,
1. SCK should be a multiple of the sample frequency, commonly 128*fs, 192*fs, 256*fs, etc.
2. If you would like use the device as a mono output, you can use your digital source to make the left and right channel the same. If not, just use one channel. Note that you should still have the same number of clock cycles for both left and right channel.
3. The digitial attenuation control can be considered the volume control.
Thanks!
Paul