Search found 5 matches
- Wed Dec 06, 2023 3:28 am
- Forum: Hardware
- Topic: ESP32-LyraT V4.3 modifications
- Replies: 0
- Views: 10033
ESP32-LyraT V4.3 modifications
Hi I'd like to replace the ESP32 in the ESP32-LyraT V4.3 design with an ESP32-S3 module and add the spi based W6100 Ethernet module. May I know what I may need to take into considerations and what other components should I need to replace?
- Thu Nov 30, 2023 10:42 am
- Forum: ESP-ADF
- Topic: Ran into issue getting AEC to work with 2 way tcp
- Replies: 0
- Views: 26305
Ran into issue getting AEC to work with 2 way tcp
Managed to get 2 way tcp to work, with i2s stream but attempting to get it to work with AEC ran into issues as echo is not canceled. Micro-controller: ESP32-S3 Codec: es8388 ESP-ADF Version: v2.6 ESP-IDF Version: v4.4.6 #Note: Mic volume and speaker volume needs to be as loud as possible //Pipeline...
- Thu Aug 03, 2023 10:53 am
- Forum: ESP-IDF
- Topic: W6100 and ESP32(C3) with ESP-IDF
- Replies: 4
- Views: 3931
- Wed Jun 28, 2023 9:26 am
- Forum: ESP-ADF
- Topic: How do I create 2 way TCP client audio stream
- Replies: 0
- Views: 6082
How do I create 2 way TCP client audio stream
Hi, I'd like get an example of creating two way TCP audio streams. I've attempted to achieve this objective but the audio streams created were not stable. Any advice on the matter is much appreciated. Attached is my attempt.
- Thu Jul 07, 2022 5:51 am
- Forum: ESP-ADF
- Topic: [ESP32-LyraTD-MSC V2.1] Send audio over TCP
- Replies: 4
- Views: 10760
Re: [ESP32-LyraTD-MSC V2.1] Send audio over TCP
Thank you for your reply! I started my project based on this example, but this uses the HTTP stream already available on the API and doesn't help me so much with my goal of using a simple TCP socket where I can send only the audio that I want without any extra headers. Did you managed to solve the ...