Skip to content

fearthis4/PiAUISuite

 
 

Repository files navigation

Pi Voice Control

This is a fork of https://github.com/StevenHickson/PiAUISuite that has been modified for use in my project https://github.com/fearthis4/jarvis-pi

Includes voicecommand, speech-recog, check internet, check network, mqtt scripts

This requires:

  • boost
  • curl
  • xterm
  • pico2wave
  • some other things

To install the dependencies, run:

sudo apt-get install -y libboost-dev libboost-regex-dev youtube-dl axel curl xterm libcurl4-gnutls-dev mpg123 flac sox

To install pivc:

git clone https://github.com/fearthis4/pivc.git
cd pivc/Install
./Installpivc.sh

It will:

  • ask if you want to install the dependencies
  • to install each script

Different Parts

Name Purpose Blogpost
speech-recog.sh wrapper script for speech recognition TBD
mqtt_sclient.py script to send mqtt updates to mqtt server TBD
check_network.sh script to check network connection TBD
check_internet.sh script to check internet connection TBD

Copyright

GPLv3

Christopher Jones

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.3%
  • Shell 27.7%
  • Roff 7.1%
  • Python 5.0%
  • JavaScript 4.5%
  • Makefile 3.4%