Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in the code of ESP32_Speech_to_Text,ino #2

Open
Marcelverhoeven opened this issue Feb 1, 2024 · 1 comment
Open

Error in the code of ESP32_Speech_to_Text,ino #2

Marcelverhoeven opened this issue Feb 1, 2024 · 1 comment

Comments

@Marcelverhoeven
Copy link

For this module the board version should NOT be 1.0.6 but 2.0.14
Now it works!!

@kaloprojects
Copy link

kaloprojects commented May 16, 2024

the problem is: in techiesms code are 2 different versions needed (at least with my ESP32 NodeMCU, right ?

  • STT code needs 1.0.6 always (because i2s_read_bytes() no longer supported)
  • TTS code needs actual 2.0.14 or later on some ESP32 (otherwise Schreibfaul1 library does not work)

is it different or your ESP32 ?
my take away see here: techiesms/ESP32-ChatGPT#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants