How to use Google Assistant voice as Text to Speech - text

Hi is there any way of using Google Assistant as a Text to Speech and output mp3 file.
I know of CLOUD TEXT-TO-SPEECH program, but I want to use Google assistant's new voice which is more clear and realistic
thanks in advance

Related

How to add google assistant or alexa to our own websites or apps using their sdk?

I just wanted to know if we can somehow integrate alexa or google assistant onto a website I made. I don't want to make completely new skills or apps. I just wanted to know if I type something, can I get a reply from google assistant or alexa and show on website.
I think Google has some google assistant sdk but then, it's written on python and even the node-js one is dependent on python environments
So is there any chance I can do this?
No.
The only way to initiate conversation with the smart speaker is by voice. No server side activation, sorry.

Get audio in backend of each voice input Google Assistant (Dialogflow Google)

Please, could you help me solve this query?
Developed an agent in Dialogflow for users to interact by their voice. She integrated it into Google Assistant.
How can I get the audio of each input that the user tells me?
That is, if the user, through Google Assistant (on the mobile or speaker) indicates this input with a voice: "My name is Juan PĂ©rez", I would like to be able to retrieve the audio (not the text, but the audio file with your voice) from backend.
Is this possible?
thank you
All the best
The platform through Actions on Google does not provide a way to access the audio uttered by the user.

Record audio using Google Actions

We are looking to build Google Action where it will record small snippets (like a voice TODO list) and can be played later.
Is there any documentation for this?
In short - no. Google does not provide access to the audio stream from the Assistant. You can get the Speech To Text (STT) processed by Google, however, using the Actions on Google API.

Using Bing Speech Recognition API with node.js Bot Framework on Facebook Messenger

I would like to use the Bing Speech Recognition API to convert speech to text when using the audio recording (microphone) button in Facebook Messenger to chat with my node.js chatbot. I have managed to convert speech to text using the instructions from BotBuilder-Samples. However, as according the Speech API's documentation, only the audio/wav codec is being supported. I have checked the content type of the audio recording attachments in Messenger and they are encoded in audio/aac.
I would like to ask you whether there is a nice way to convert audio/aac to audio/wav or if there is some other way to make Messenger work with the Bing Speech Recognition API. Ideally, there is already exisiting node.js code that I could adapt for my existing chatbot.
Thanks and best regards!

adding pause functionality to google speech to text api

Hey guys I'm doing a project that requires google speech to text api and I got the code from
www.androidhive.info/2014/07/android-speech-to-text-tutorial/
But I would like to add some funcgiomalities such as pausing it and adding an icon to go to voice settings
Thanks in advance :)

Resources