I have two bluetooth chips connected to IMX6 via I2s interfaces. BT chip1 currently supports PCM format audio data and BT Chips2 supports audio in I2S format.
How will I convert PCM format audio data from BT chip1 to I2S format for BT Chip2 ?
thanks in advance.
Hi James
PCM is generic abbreviation used for many kinds of formats
Pulse-code modulation - Wikipedia, the free encyclopedia
you can analyze what is used by BT1 from its datasheet and
check if this could be supported by i.MX6 audio modules: SSI or ESAI,
then configure audio driver appropriately. Please check Chapter 25,61
i.MX6DQ Reference Manual (rev.2 7/2014)
http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf
Processor can not convert one PCM format to another.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------