alessandroTironi / Unity-DialogflowV2Agents

A client for Google Dialogflow V2 APIs that allows to model conversational agents.
MIT License
27 stars 9 forks source link

Question #6

Closed GaryQuahVizioFly closed 3 years ago

GaryQuahVizioFly commented 4 years ago

Hi, this is more of a question rather than an issue, I can use this project to simply convert text to speech and speech to text without getting a response from the bot right?

israteneda commented 4 years ago

I think that there are better options to achieve your goal, the main purpose of this project is connected Dialogflow with Unity

alessandroTironi commented 4 years ago

Hi @GaryQuahVizioFly, the answer is no: both text to speech and speech to text stuff is done by the bot on Google servers, so you are forced to rely on that. However, as @israteneda said, I suggest you to look for ad-hoc libraries, since using DF just for text to speech would be quite tedious.