Copy URL stream via wifi I2S( ESP32S3) to I2S (ESP32 Wrover Classic BT ) & to Bluetooth speaker via A2DP #1792
-
Copy wifi URL stream from I2S( decoding ESP32S3) to I2S (ESP32 Wrover Classic BT ) & to Bluetooth speaker via A2DP. This is too fast to process URL data for ESP32 Classic BT (RX). How to throttle TX at ESP32S3 ? |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Nov 14, 2024
Replies: 1 comment
-
Check the format: A2dp needs 44100 samples per second, so you might need to resample |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check the format: A2dp needs 44100 samples per second, so you might need to resample