Search found 3 matches

by allex1978
Sat Aug 10, 2019 7:57 pm
Forum: General Discussion
Topic: Realtime MP3 encoder 48kHz Stereo
Replies: 18
Views: 33308

Re: Realtime MP3 encoder 48kHz Stereo

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.
by allex1978
Wed Aug 07, 2019 10:10 pm
Forum: Hardware
Topic: I2S in ESP32-A1S module?
Replies: 1
Views: 3243

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?
by allex1978
Mon Apr 15, 2019 9:58 pm
Forum: General Discussion
Topic: HFP AG connection.
Replies: 2
Views: 5073

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_...