Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Alexa Client supported AVS v2
Search
haruharuharuby
November 14, 2016
Technology
0
140
Alexa Client supported AVS v2
JAWS-UG KOBE, IoT, AWSKRUG 合同スペシャル
2011.11.14
Pure python AVS Client supported AVS v2 interface
haruharuharuby
November 14, 2016
Tweet
Share
More Decks by haruharuharuby
See All by haruharuharuby
Effective AWS Step Functions
haruharuharuby
0
160
JP_Stripes 5th anniversary - Plan migration consideration -
haruharuharuby
0
77
Alexa Warming Up my Live Stream!
haruharuharuby
1
67
AAJUG meetup September
haruharuharuby
0
29
How Voice Technology is Changing Customer Experience from Brain Perspectives
haruharuharuby
0
49
IVSの盛り上げ役にAlexaをつかってみようか
haruharuharuby
0
670
Let's make a blog with live streaming in 10 minutes
haruharuharuby
0
500
Alexa Audio Player @Deep Diving
haruharuharuby
0
260
VoiceLunchJp#02 Share VUI App and reputation
haruharuharuby
1
260
Other Decks in Technology
See All in Technology
re:Invent 2024 Innovation Talks(NET201)で語られた大切なこと
shotashiratori
0
220
レンジャーシステムズ | 会社紹介(採用ピッチ)
rssytems
0
130
AWS re:Invent 2024 re:Cap CloudFront編
yoshimi0227
0
330
新機能VPCリソースエンドポイント機能検証から得られた考察
duelist2020jp
0
130
プロダクト開発を加速させるためのQA文化の築き方 / How to build QA culture to accelerate product development
mii3king
1
230
マルチプロダクト開発の現場でAWS Security Hubを1年以上運用して得た教訓
muziyoshiz
1
230
実務につなげる数理最適化
recruitengineers
PRO
6
600
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
5
52k
Oracle Base Database Service:サービス概要のご紹介
oracle4engineer
PRO
0
15k
社外コミュニティで学び社内に活かす共に学ぶプロジェクトの実践/backlogworld2024
nishiuma
0
240
Amazon VPC Lattice 最新アップデート紹介 - PrivateLink も似たようなアップデートあったけど違いとは
bigmuramura
0
170
テーブルが200以上あるSaaSでRSCとGraphQLを併用する理由
msickpaler
2
1.2k
Featured
See All Featured
Bash Introduction
62gerente
608
210k
Docker and Python
trallard
41
3.1k
Designing for Performance
lara
604
68k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
0
88
Fireside Chat
paigeccino
34
3.1k
Code Reviewing Like a Champion
maltzj
520
39k
The Language of Interfaces
destraynor
154
24k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
Building Adaptive Systems
keathley
38
2.3k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.2k
Become a Pro
speakerdeck
PRO
26
5k
Transcript
Alexa client for AVS v2 2016.11.14 JAWS-UG KOBE, IoT, AWSKRUG
合同スペシャル feat. Alexa meetup #03.
JAWS-UG-KOBE • Atsushi Ando • Kazuto Takeshita • Tomoharu Ito
https://www.facebook.com/groups/450069605016080/ https://jaws-ug-kobe.doorkeeper.jp/
Agenda 1. About Alexa Pi 2. Features of AVS v2
3. Demo
1. About Alexa PI
Alexa PI v2 features • Easy to install • You
can use pre-installed python in RPI 3 • Voice Detection
How to install Alexa PI to RPI3 Read the documents
https://github.com/jaws-ug-kobe/AlexaPi/tree/v2
変更点 • HTTP2 protocol • AVS v2 interface • Queue
management • Voice Detection
HTTP2 protocol https://hyper.readthedocs.io/en/latest/ Python HTTP2 Client Hyper
Initialize sequence
Managing HTTP2 Connection https://developer.amazon.com/public/solutions/alexa/alexa-voice-servic e/docs/managing-an-http-2-connection Constructing HTTP2 requests https://developer.amazon.com/public/solutions/alexa/alexa-voice-servic e/docs/avs-http2-requests
AVS v2 interface
EventとDirective AVSのAPIをCallするときに、付与するメッセージのこと。 例) デバイスからAVSにキャプチャした音声を送る場合は、 SpeechRecognizerインターフェースの recognize イベントを使う。 Event Directive AVSからデバイスに対してレスポンスとして送られるメッセージのこと。
AVSが応答した音声は、 SpeechSynthesizerインターフェースのSpeakディレクティブメッセージとともにデ バイスに返される。
Voice detection queue
https://github.com/alexa/alexa-avs-sample-app
DEMO
ありがとうございました。