Hi psychoacoustic, I'm very interested in your ported library. can you share it somehow?
Also i saw you video with "ESP32 Audio processor"...amazing beautiful GUI.
Search found 3 matches
- Sat Aug 10, 2019 7:57 pm
- Forum: General Discussion
- Topic: Realtime MP3 encoder 48kHz Stereo
- Replies: 18
- Views: 38063
- Wed Aug 07, 2019 10:10 pm
- Forum: Hardware
- Topic: I2S in ESP32-A1S module?
- Replies: 1
- Views: 3761
I2S in ESP32-A1S module?
Hi,
Does the ESP32-A1S modle have an external I2S bus pins? Can I somehow disable AC101 pins and use them as I2S, or SPI or etc. I want to use ESP-ADF with external DAC and MEMS microphones. Is it possible?
Does the ESP32-A1S modle have an external I2S bus pins? Can I somehow disable AC101 pins and use them as I2S, or SPI or etc. I want to use ESP-ADF with external DAC and MEMS microphones. Is it possible?
- Mon Apr 15, 2019 9:58 pm
- Forum: General Discussion
- Topic: HFP AG connection.
- Replies: 2
- Views: 5878
HFP AG connection.
Hi, i`m trying to rebuild a2dp_sink example to HFP and can`t open AG. I enabled Voice Over HCI via menuconfig. Then added esp_hf_client_init(); esp_hf_client_register_callback(esp_hf_client_cb); esp_hf_client_register_data_callback(esp_hf_client_incoming_data_cb,esp_hf_client_outgoing_data_cb); esp_...