Krzysztof Strehlau

Results 30 comments of Krzysztof Strehlau

@me-no-dev I've had similar issue in my system. Added `WiFi.enableIPv6()` and it resolved the issue. Context: - I have my own smarthome system based on esp32/esp8266 based on [ksiotframeworklib](https://github.com/cziter15/ksIotFrameworkLib). It...

@peff74 check out @thammr posts in this thread, seems to be a bug, looks like in IDF/lwip I can confirm that ipv4-only LAN networks work properly. This issue is triggered...

In my project, when using TTS it plays at 2x speed (high pitch etc). However I have some power-saving measurements, like jumping from 80MHz to 240MHz when playing audio. Anyway,...

> Compiling the internalDAC.ino file with ESP32 Arduino Core 3.0.4 gives the following compile error. > > ``` > Compilation error: 'I2S_DAC_CHANNEL_BOTH_EN' was not declared in this scope > ```...

Thumbs up! It would be nice to weaponize LLM generation with MCP tools, for example - home assistant. I've tried with mcp-go, but it has issues when comes to translation...

@schreibfaul1 > It may be that there are files or streams that behave like this. Do you have a file or URL that I can use to test this? I...

> Вчера мучался с заиканием TTS (google). Если прошивать esp32 не на 240 мгц, а на 160 - то не заикается. > @SlavaZagaynov said: Yesterday I was struggling with stuttering...

It can't work this way as provided in example. The library has a bug ;) You need to replace `providers.NewProviderRegistry()` calls in `NewLLM` function with `providers.GetDefaultRegistry()`

@schreibfaul1 you've referenced a commit that is targeting internal DAC, while this issue is targeting MAX9835A (external DAC)

@schreibfaul1 using latest master 0a1674329449581a70c8e8ca7fff0e406b23d820 and still experiencing the issue