Replies: 1 comment 1 reply
-
|
You should record the TTS generated audios first and convert them into OPUS OGG files. Place the files in the SD-card or assets partition and modify the code to call PlaySound() every 10 minutes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! First of all, I really admire your work—what you’ve built is truly impressive and inspiring!
I have a quick question about the project:
Is it possible for the device to automatically send a request to a TTS server, receive the audio response, and play it through the speaker?
I’d love to create a speaking clock—for example, one that announces the current time every 10 minutes.
I’ve already implemented a timer that triggers built-in sounds at the end, but I’m wondering how I could make it speak the actual current time instead.
Thanks so much for sharing this amazing project!
Beta Was this translation helpful? Give feedback.
All reactions