Google Assistant Voice Match - google-assistant-sdk

Can Google Voice Assistant support voice match for Third party smart home device ? i.e. If don't want to give control of voice assisted camera to my kids. so, does google assistant recognize the voice and block the users to control camera using voice .

No, you cannot use voice match to prevent someone from accessing or controlling a device.

Related

Open Google Voice app with specific number

I want to implement call feature without sharing my actual SIM number. So I am trying to use Google Voice for that. Is it possible to open Google Voice app and automatically select a specific number. I will perform the call action manually.
Is this possible?

Is it possible to integrate Google Assistant with my custom app?

I would like to integrate Google assistant inside my app. The idea is that I have a app which provides various press services, like giving latest news and such. I would like to integrate Google assistant for handling some particular requests. For example the user may ask, "what did the Lakers yesterday?" If i search this on Google or ask to the assistant, i will get a card with the score of yesterday's game. I would like, from inside my app, to replicate this interaction, that is sending the request to Google assistant and showing the answer that Google return to the user (or at least opening Google assistant with the answer)
Is such a thing possible?
I was looking at Google Assistant service sdk (https://developers.google.com/assistant/sdk/guides/service/python/) and it says:
The Google Assistant Service gives you full control over the integration with the Assistant by providing a streaming endpoint. Stream a user audio query to this endpoint to receive a Google Assistant audio response.
Is this possible only with audio interaction? I'm not quite certain this is the solution I should look into
The Google Assistant SDK Service allows you to send both audio or text to the Assistant and you'll get back responses including audio, display text, and rich HTML visual content.
For mobile apps, there's less support compared to Python, but it's still doable. For example, there's a version of the SDK for Android Things, which means for IoT devices like a Raspberry Pi. You can go through this project and remove all the IoT references, but it's something you'd need to do yourself.

Is there a way to find out what voice the user has set for Siri?

I'm using the voice synthesizer in iOS and can see how to specify a specific voice or language for it to use, but can't see a way to find out what the user has selected as their voice for Siri and use that, which would be nice!

Use car speaker via bluetooth over "faked" phone call from iOS apps

I noticed that iOS Google Maps app and Skype app both play out sound from my car's speaker via bluetooth.
My car's manufacturer only allows my phone to use the car speaker for phone calls (unless you pay more money for "enhanced bluetooth"), so both apps play the trick of "faked" phone calls, i.e. I saw from my car's dashboard that I'm calling myself, when Google Maps provides voice turn-to-turn navigation.
Haven't done iOS programming much, I'm wondering if there is any code example to achieve this purpose. Any pointers would be appreciated.

Integrate Google Talk, voice & transalation in iOS app

I want to integrate Google Talk, voice & transalation in my iOS app. I tried this link
I just show me my contact list. How can I start chatting or voice call from this ?
If any one have idea or any other solution to integrate above services in my iOS app ?
Thanks
For chat, use XEP-0045
For voice, Google Talk uses libjingle which is a C++ implementation of XEP-0166/XEP-0167
For translation, you may need to find an implementation of XEP-0171

Resources