openAI TTS sketch #1839
SaKiEQ
started this conversation in
Show and tell
Replies: 1 comment
-
Cool, I suggest to replace AudioBoardStream i2s(NoBoard); with I2SStream i2s; The AudioBoardStream is mainly intended for codecs that need to be configured via I2C. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Howdy,
I cobbled together a openAI TextToSpeech retrieval sketch / function.
I haven't tested this sketch into detail, as its just put together from a larger project I am working on.
I thought I share it so it might help somebody further down the line.
NOTE: you need to register with openAI to obtain an API key - this will not be a free service from openAI !
Beta Was this translation helpful? Give feedback.
All reactions