1.0.0 • Published 5 years ago

gav v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Edit a file, create a new file, and clone from Bitbucket in under 2 minutes

When you're done, you can delete the content in this README and update the file with details for others getting started with your repository.

We recommend that you open this README in another tab as you perform the tasks below. You can watch our video for a full demo of all the steps in this tutorial. Open the video in a new tab to avoid leaving Bitbucket.


Microphone prepare

Linux packages: sudo apt-get install python-pyaudio python3-pyaudio sox

Mac OS packages: Brew: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install portaudio sox

Pip package: Pip: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | python get-pip.py pip install pyaudio

Test: rec temp.wav

Node js prepare

Nodejs: https://nodejs.org/dist/v10.15.3/node-v10.15.3.pkg

OAuthen2 key & Service Account:

Enable Google Cloud API: Speech to text API: https://console.cloud.google.com/apis/api/speech.googleapis.com/overview?project=mysmarthome-206a3

Assistant API: https://console.cloud.google.com/apis/api/embeddedassistant.googleapis.com/overview?project=mysmarthome-206a3

Create & download credential: 1 OAuth2 ID & Service Account (2 JSON files ) https://console.cloud.google.com/apis/api/embeddedassistant.googleapis.com/credentials?project=mysmarthome-206a3

Configure Google keys:

WARNING: should rebuild grpc for compatibility with Pi Zero $ npm rebuild --build-from-source grpc

Assistant: find and modity OAuth2.json path Test: node google_assistant.js

Google Speech: Test: node google_speech.js

Google translate: Test: node google_translate.js

Speaker Configure

Mac os speaker: npm install speaker --mpg123-backend=openal

Linux:

sudo apt-get install libasound2-dev

Setup on Raspberry

Next, you’ll add a new file to this repository.

  1. Click the New file button at the top of the Source page.
  2. Give the file a filename of contributors.txt.
  3. Enter your name in the empty file space.
  4. Click Commit and then Commit again in the dialog.
  5. Go back to the Source page.

Before you move on, go ahead and explore the repository. You've already seen the Source page, but check out the Commits, Branches, and Settings pages.


Clone a repository

Use these steps to clone from SourceTree, our client for using the repository command-line free. Cloning allows you to work on your files locally. If you don't yet have SourceTree, download and install first. If you prefer to clone from the command line, see Clone a repository.

  1. You’ll see the clone button under the Source heading. Click that button.
  2. Now click Check out in SourceTree. You may need to create a SourceTree account or log in.
  3. When you see the Clone New dialog in SourceTree, update the destination path and name if you’d like to and then click Clone.
  4. Open the directory you just created to see your repository’s files.

Now that you're more familiar with your Bitbucket repository, go ahead and add a new file locally. You can push your change back to Bitbucket with SourceTree, or you can add, commit, and push from the command line.