androidthings / sample-googleassistant

Google Assistant API sample for Android Things
Apache License 2.0
467 stars 147 forks source link

Add a textToSpeech feature #93

Closed user-name-is-taken closed 5 years ago

user-name-is-taken commented 5 years ago

Hi, I've forked this library and added a working implementation of text to speech. Here is my working directory if you want to add this functionality back into your project. If you do, MyAssistant.CustomTTS is the white rabbit that will tell you how my code works. Thank you for your code. It provided me a great foundation for my projects and tons of knowledge.

Fleker commented 5 years ago

Thanks for the suggestion. This project is meant to be more of a simple sample of the SDK rather than an in-depth implementation, so I don't think this feature is something that we'll be adding to the original project.

user-name-is-taken commented 5 years ago

Ok thanks for responding. If anyone does come across this issue and wants to use my code I grant them permission to do so provided they remove my information (device ID, keys...) and use their own. On a side note, I love your videos, keep up the good work.