Git Product home page Git Product logo

alexa-avs-framework's Introduction

Alexa-AVS Framework

Alexa-Voice-Service-Framework

Project Status: in Development

planned main features

  • AlexaAmazonClient ( to communicate with the Amazon Server )
  • AlexaWebServer ( Web API to trigger AlexaEvents )
  • AlexaQtApplication ( use Web API )
  • AlexaDiscordBot ( use Web API )

alexa-amazon-client features

  • builtin Gstreamer pipeline ( play Alexa Sounds )
  • builtin console ( starting recording to speech with alexa - Commands: start )
  • builtin Cloud-Based WakeWord Recognize-Speech Profile
  • builtin WakeWord Server

installation

$ git clone https://github.com/blackmutzi/alexa-avs-framework
$ cd alexa-avs-framework
$ cmake . && make -j 4 && make install

configuration

$ cd /etc/alexa/
$ mv config-example.json config.json

edit config.json

Follow the steps here to create a amazon security profile.

After, edit client_id , client_secret and product_id and save config.json

Start /usr/bin/AlexaAmazonClient and you get a link from app. Copy the Link in your Browser. Login to your Security Profile now. After, save your code_grant into the config.json and the configuration is finish.

Notice: refresh token must not be set, set automatic from app

config.json
{
"client_id":" YOUR_CLIENT_ID_HERE",
"client_secret":" YOUR_CLIENT_SECRET_HERE",
"code_grant":" YOUR_CODE_GRANT_HERE",
"product_id":" YOUR_PRODUCT_NAME_HERE",
"redirect_uri":"https://localhost:3000/authresponse",
"refresh_token":""
}

alexa-avs-framework's People

Contributors

blackmutzi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.