espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.85k stars 7.32k forks source link

Bluetooth HFP Audio Gate Philips mode I2S (IDFGH-12785) #13765

Open Ageofenigma opened 6 months ago

Ageofenigma commented 6 months ago

Answers checklist.

General issue report

Is it possible to enable "philips" mode (data one clock shifted) for PCM Bluetooth HFP Audio Gate example?

Ageofenigma commented 6 months ago

Is it possible?

esp-qing commented 6 months ago

Hi, sorry to reply you so late. Maybe the "philips" mode you mentioned is one of the three modes of I2S in the esp32 document. The default PCM output waveform of hfp_ag example is similar to the MSB Alignment Standard in the document and currently cannot be changed to the philips mode.