10 Eylül 2015 Perşembe

How to use Voice for basic system control function,Raspberry pi remote VNC server login etc (Vox install and use)




   A few days ago I played around with Google voice search and wonder if  Google has this good program that can detect voice and return their search result, I can use this function to make use on my system . Instead of  writing big chunk program with dictionary stuff to do some basic voice recognition function,I can make use Google server voice recognition service to return the text and execute it on my system. Once I start to work around the script, I realize there is heaps of function I can integrate with this script. This can be a good program by itself.

  In this post , I'm going to share how you can use Google voice recognition to do simple task with your system . The idea behind this program is  using your recorded voice,send it to Google server and it will  translate the voice to text . The translated text will be use as a control structure to run basic command for your system .

What do you need for this project?

1. Internet connection
2. Built in or external mic
3. Any Linux Distro (Bash shell)
5. A little bit of bash scripting knowledge

Steps

1. Download the source code zip file. Extract it on your "home" folder . Please click here

Downloading Vox


2.Run the "setup" file
shark_attack@Positive-Space:~$ cd vox-master
shark_attack@Positive-Space:~/vox-master$ sudo ./setup   
#installing Vox dependencies and run it                

3.Set your keyboard shortcut .Open your keyboard setting . Since I'm running on Ubuntu 12.04 , below is snapshot how to do this. If you are running on different Linux Distro, you can try to look around in your system .

3.1. Search for Keyboard setting
Search for Keyboard setting

3.2 Click "Shortuct>Custom Shortcut" and click the '+' sign . Give it a name .You can use your own name if you want to :)

add new shortcut

3.3 In the command box . add below command in the shortcut box

gnome-terminal -e /usr/local/bin/vox

edit the command part

3.4 Click on the right side and give it a shortcut that you want . In my case, I use "CTRL -M"
 
choose your shortcut

4. Edit "vsort" file to use it with your  system setting.The voice recognition is not 100% accurate because of different dictation between people and how Google server feedback the result to our system.For that reason ,I save 10 utterance  that being detected by Google in the "result" file . You can use the result uttterence word by editing in  the "vsort" file .I will share the detail script drill down information in the next post .Stay tune .

5.Next test and play around with it. You can run it from the terminal or use the shortcut key you  have set .
shark_attack@Positive-Space:~$ vox

The program should work with basic file searching using your own voice.This program is still under testing phase and I will update more function to vox.Anyone interested with this project  or have cool idea what to include in are welcome to contribute.Please visit my Github page.



Read Previous :How to convert video file type with robot voice feedback using bash script on Linux
Read Next :How to use Vox for basic system control,remote VNC Raspberry Pi login and others (Vox part 2)

Hiç yorum yok:

Yorum Gönder