StevenHickson / PiAUISuite

Raspberry PI AUI Suite
Other
695 stars 210 forks source link

Can someone supply a Raspberry Pi 2 Img file? #61

Closed scoobyd00 closed 8 years ago

scoobyd00 commented 8 years ago

Im looking at installing this on my raspberry pi 2 to do some home automation voice control but looking at some of the issues it looks like google tts doesnt work anymore and this has been fixed using pico2wave. Im unsure how to compile the code etc etc to get this latest version to run.

Could someone supply a sd img file from a current working setup they have? Thanks.

scoobyd00 commented 8 years ago

Took me a few hours today but i managed to pull from github and get it 99% working

johnsonld123 commented 8 years ago

@scoobyd00 can you post your image or details? I am in the same boat as you after trying all day yesterday. I was able to get sound but now it seems I need to start from scratch. After so many changes I am not sure what to try next.

scoobyd00 commented 8 years ago

I basically did this:-

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

git clone https://github.com/StevenHickson/PiAUISuite.git

I then used this guide to install pico2wave

http://rpihome.blogspot.co.uk/2015/02/installing-pico-tts.html If it comes up with some errors that libs are missing, just apt-get install the ones it needs when it throws the error. It only threw one error for me.

After this

Implement the TTS solution found in #56 to fix the speech output (remember to replace the TTS file in PiAUISuite/VoiceCommand with the solution in #56) Then implement #55 to fix the speech recon

I then did

cd PiAUISuite/Install ./InstallAUISuite.sh

to install voicecommand

This worked for me and its a working solution. The only thing i cant fix is for the pi to respond 'Yes sir', its getting my speech 'pi' and waits for the next command but when it waits it doesnt respond with 'yes sir'.

If you need the 8gb img file let me know where i can upload it to. It will be friday until i can do this due to the thresholds imposed by my ISP.

digiltd commented 8 years ago

@scoobyd00 I am not requesting the image and I only read the thread as was linked from another

But it is good to know that if you Zip the image it will squeeze out all the empty space and considerably reduce the size. It is a simple way to take a working backup of a working configuration in case you have to revert or the SD card dies

e.g my Alexa image was 7.97gb, zipped it is 1.53gb