Skip to content

Commit 334e7ad

Browse files
authored
Update README.md
1 parent 0f2c1ad commit 334e7ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/Better_WiFi_throughput/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ESP32-audioI2S, better WiFi speed
2-
bei hoher Bitrate oder geringer Kompressionsrate kann der Datendurchsatz über WiFi nicht ausreichen um den Audiobuffer ausreichend zu füllen. In diesem Fall kommt periodisch die Meldung "slow stream, dropouts are possible". Abhilfe schaffen bessere TCP Einstellungen. Das kann über menuconfig erreicht werden mit anschließender Arduino Kompilierung.
3-
Hier ist ein komplettes Beispiel, welches einfach in PlatformIO geklont erden kann.
2+
with a high bit rate or low compression rate, the data throughput via WiFi may not be sufficient to fill the audio buffer sufficiently. In this case, the message 'slow stream, dropouts are possible' appears periodically. Better TCP settings can help. This can be achieved via menuconfig followed by Arduino compilation.
3+
Here is a complete example that can be easily cloned in PlatformIO.
44

55

66
````c++
@@ -42,6 +42,6 @@ void audio_info(const char *info){
4242
4343
4444
45-
Das sind die wesentlichen Einstellungen:
46-
45+
These are the main settings:
46+
![menuconfig](https://github.com/schreibfaul1/ESP32-audioI2S/blob/master/examples/Better_WiFi_throughput/better_WiFi_throughput.jpeg)
4747

0 commit comments

Comments
 (0)