Changing Google Assistant's Voice or Language Accent with PI

  Рет қаралды 15,361

Botmation Rising

Botmation Rising

7 жыл бұрын

How to change the voice or language accent to google assistant using raspberry pi and python. This modification comes handy when you're tired of the same old voice and wanted to change it to something else. This video shows how to do a quick and simple way to alter the voice. It is also possible to add on top of my work and do many other things once you have a transcript from google assistant. It would also help you change the wake command as well.
Check out my blog to see my works in progress. create.botmation.net
Music
www.audioblocks.com/stock-aud...
www.audioblocks.com/stock-aud...

Пікірлер: 44
@jrM5492
@jrM5492 6 жыл бұрын
If you already have Google Assistant SDK setup, start from 11:42
@emidistefano5631
@emidistefano5631 5 жыл бұрын
This is neat, nice video!!
@nicetyshopnicetyshop6408
@nicetyshopnicetyshop6408 6 жыл бұрын
help me error (cannot open audio device hw:1,0 (Device or resource busy)hw:1,0: input/output )
@rickysaechao4461
@rickysaechao4461 6 жыл бұрын
I get the message "fatal: could not create work tree dir 'FFmpeg': permission denied" after entering the second line of the FFmpeg-guide.txt. How would it be fixed?
@botmationrising2223
@botmationrising2223 6 жыл бұрын
Ricky, did you try running as "sudo" user?
@andreamaral484
@andreamaral484 6 жыл бұрын
Please, I'm really needing your help, I'm doing my final paper and I need my google assistant, understand me and answer me in Portuguese, I've followed your entire step by step, everything is compiling, but I'm using a Banana PI and the only difference was that I installed google assistant in Python 2.7 and I followed her tutorial, everything is running, but she does not identify other languages ​​like her assistant, what could be the problem? I can not install the wizard in python 3, only in 2.7. Ty bro, sorry for my English, I had to use google translator kkk.
@andreamaral484
@andreamaral484 6 жыл бұрын
Please, help me ! =( Need to change my google assistant language to Portuguese, only it! But i dont know how i can do it, I do not know if google has officially released the use in Portuguese, but I need to get a way to do this, the only way I found was in your tutorial, but it is giving several errors when I compile my assistant, I need this to complete my final academic project.I was able to change to Portuguese using push-to-talk, but I need to do the same using HotWord for my projector to be portable. Can you make this Hotword code available? I've looked at the tutorial more than 50x, I've downloaded all your videos, but I can not compile without a bug. Can you help me? Another question, can I change the "Ok, Google" trigger to another word? Thank you for your attention.
@madmarshman
@madmarshman 6 жыл бұрын
I can't watch these videos, because my voice kit responds after you 'OK google' and ask your question.
@botmationrising2223
@botmationrising2223 6 жыл бұрын
Hello, for those interested I will work on a language translation version which will allow you to speak to google in a different language. Subscribe now so you won't miss it when I post it.
@nicetyshopnicetyshop6408
@nicetyshopnicetyshop6408 6 жыл бұрын
help me cannot open audio device hw:1,0 (Device or resource busy)hw:1,0: input/output error
@botmationrising2223
@botmationrising2223 6 жыл бұрын
You try a test using these instructions. developers.google.com/assistant/sdk/develop/python/hardware/audio Make sure you are using the right hw: numbers. use arecord -l to find your microphone hw address.
@giax1974
@giax1974 6 жыл бұрын
Hi Botmation, ty for video. I made my google aiy and work perfect in English, but i would change language to italian. Is that possible? How can i do it?
@botmationrising2223
@botmationrising2223 6 жыл бұрын
Giax D I will be posting a new video soon which shows how to do it. Please keep checking back so you don't miss it. Thanks.
@giax1974
@giax1974 6 жыл бұрын
Ty very much, i will wait for it.
@botmationrising2223
@botmationrising2223 6 жыл бұрын
Giax D, here is my how to video for this. Hope you enjoy! Please share and subscribe if you like it! kzfaq.info/get/bejne/Zq2Hns2Z1OCrYaM.html
@vincenzorandazzo1021
@vincenzorandazzo1021 6 жыл бұрын
hi, I get this error: (env) pi@raspberrypi:~ $ python3 parla/hotword.py File "parla/hotword.py", line 58 speak(pickup) ^ IndentationError: unindent does not match any outer indentation level
@botmationrising2223
@botmationrising2223 6 жыл бұрын
It sounds like your code needs some alignment. Try using tabs instead of spaces. docs.python.org/2.0/ref/indentation.html
@vincenzorandazzo1021
@vincenzorandazzo1021 6 жыл бұрын
thanks
@nicksfikas2524
@nicksfikas2524 6 жыл бұрын
how can i make my google aiy understand a different language (greek) ??
@botmationrising2223
@botmationrising2223 6 жыл бұрын
Nick Sfikas you can send the transcript into a language translator.
@nicksfikas2524
@nicksfikas2524 6 жыл бұрын
how can I do that?
@nicksfikas2524
@nicksfikas2524 6 жыл бұрын
can you make a video about it?
@botmationrising2223
@botmationrising2223 6 жыл бұрын
Nick Sfikas here is my how to video for this. Does not have greek but hope you enjoy! Please share and subscribe if you like it! kzfaq.info/get/bejne/Zq2Hns2Z1OCrYaM.html
@botmationrising2223
@botmationrising2223 6 жыл бұрын
Elias Lamo here is my how to video for this. Hope you enjoy! Please share and subscribe if you like it! kzfaq.info/get/bejne/Zq2Hns2Z1OCrYaM.html
@user-mp3fz1qz6q
@user-mp3fz1qz6q 6 жыл бұрын
can you share code of hotword-mod? and other need file. I buld Pi+assistant, but try to speak with GA on russian.
@botmationrising2223
@botmationrising2223 6 жыл бұрын
Yes, but you know this would take more work to actually make it understand Russian. You will need to add a english to russian translator and russian to english when done. Does that make sense?
@user-mp3fz1qz6q
@user-mp3fz1qz6q 6 жыл бұрын
Botmation Rising yes, i thing you are rigth. So, i will wait russian support of GA. On mobile phone may be in this year.
@botmationrising2223
@botmationrising2223 6 жыл бұрын
here is my how to video for this. Hope you enjoy! Please share and subscribe if you like it! kzfaq.info/get/bejne/Zq2Hns2Z1OCrYaM.html
@sushil1200
@sushil1200 7 жыл бұрын
Which mic you used??
@botmationrising2223
@botmationrising2223 7 жыл бұрын
I used this mic, Kinobo - USB 2.0 Mini Microphone "Makio" Mic for Laptop/Desktop PCs - Skype / VOIP / Voice Recognition Software www.amazon.com/dp/B00IR8R7WQ/ref=cm_sw_r_cp_apap_oZJLcxs7aGlJS , thanks for watching the video.
@TheCyberWolves
@TheCyberWolves 6 жыл бұрын
Hi, How to screen record on raspberry pi ?
@botmationrising2223
@botmationrising2223 6 жыл бұрын
I used windows and then VNC into pi. So the recording is done on windows not on pi.
@deonepeng
@deonepeng 5 жыл бұрын
My Pi isn't recognizing that gTTS is installed even though it is, if you're still active and see this comment can you please message me back?
@botmationrising2223
@botmationrising2223 5 жыл бұрын
Yep still active. Just takes a while before each video. Could your problem be when you are in venv? If so try to importing all your packets with this. Venv -system-site-packages
@sangidileepchakravarthi8000
@sangidileepchakravarthi8000 7 жыл бұрын
Is there any possibility to change name bro
@botmationrising2223
@botmationrising2223 7 жыл бұрын
Of course. Using the same method in the video you can add code to decode your command first then send over your request to google afterwards. The hard part is writing that code to actively listen for your new hotword. Which means you will need a offline speech recognition library.
@sangidileepchakravarthi8000
@sangidileepchakravarthi8000 7 жыл бұрын
Can u please make vedio for that
@botmationrising2223
@botmationrising2223 7 жыл бұрын
Sorry, currently don't have plans for that, but will put that on the list of possibilities. Thanks for the suggestion.
@botmationrising2223
@botmationrising2223 6 жыл бұрын
TD channel, saw this the other day. May be what your looking for. docs.kitt.ai/snowboy/
@botmationrising2223
@botmationrising2223 6 жыл бұрын
Sangi here is my how to video for this. Hope you enjoy! Please share and subscribe if you like it! kzfaq.info/get/bejne/Zq2Hns2Z1OCrYaM.html
Voice Activated Google Assistant for Raspberry Pi
6:09
Novaspirit Tech
Рет қаралды 124 М.
Hacking the Google AIY Voice Kit - Part 1
28:55
DroneBot Workshop
Рет қаралды 51 М.
Clown takes blame for missing candy 🍬🤣 #shorts
00:49
Yoeslan
Рет қаралды 40 МЛН
Playing hide and seek with my dog 🐶
00:25
Zach King
Рет қаралды 33 МЛН
A teacher captured the cutest moment at the nursery #shorts
00:33
Fabiosa Stories
Рет қаралды 8 МЛН
Voice controlled microwave mod with raspberry pi (Advanced)
9:58
Botmation Rising
Рет қаралды 1,5 М.
Enabling Voice for Pokemon GO PvP Battle!
5:07
Botmation Rising
Рет қаралды 757
ENCENDER LED CON RASPBERRY PI
2:54
Nibble Bot
Рет қаралды 6 М.
Google Assistant on Raspberry Pi
7:44
Novaspirit Tech
Рет қаралды 448 М.
Making Humanoid Robot Part 1
5:04
Botmation Rising
Рет қаралды 2,3 М.
Что делать если в телефон попала вода?
0:17
Лена Тропоцел
Рет қаралды 2,5 МЛН
Как удвоить напряжение? #электроника #умножитель
1:00
Hi Dev! – Электроника
Рет қаралды 1 МЛН
Look, this is the 97th generation of the phone?
0:13
Edcers
Рет қаралды 6 МЛН
КРУТОЙ ТЕЛЕФОН
0:16
KINO KAIF
Рет қаралды 6 МЛН
Самый тонкий смартфон в мире!
0:55
Не шарю!
Рет қаралды 175 М.
Лазер против камеры смартфона
1:01
NEWTONLABS
Рет қаралды 660 М.