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
150
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
170
JP_Stripes 5th anniversary - Plan migration consideration -
haruharuharuby
0
84
Alexa Warming Up my Live Stream!
haruharuharuby
1
81
AAJUG meetup September
haruharuharuby
0
38
How Voice Technology is Changing Customer Experience from Brain Perspectives
haruharuharuby
0
65
IVSの盛り上げ役にAlexaをつかってみようか
haruharuharuby
0
750
Let's make a blog with live streaming in 10 minutes
haruharuharuby
0
510
Alexa Audio Player @Deep Diving
haruharuharuby
0
280
VoiceLunchJp#02 Share VUI App and reputation
haruharuharuby
1
290
Other Decks in Technology
See All in Technology
生成AIで小説を書くためにプロンプトの制約や原則について学ぶ / prompt-engineering-for-ai-fiction
nwiizo
4
1.8k
5min GuardDuty Extended Threat Detection EKS
takakuni
0
140
AWS CDK 実践的アプローチ N選 / aws-cdk-practical-approaches
gotok365
6
750
監視のこれまでとこれから/sakura monitoring seminar 2025
fujiwara3
11
3.9k
解析の定理証明実践@Lean 4
dec9ue
0
180
AIエージェント最前線! Amazon Bedrock、Amazon Q、そしてMCPを使いこなそう
minorun365
PRO
15
5.2k
Witchcraft for Memory
pocke
1
350
AWS Summit Japan 2025 Community Stage - App workflow automation by AWS Step Functions
matsuihidetoshi
1
270
PostgreSQL 18 cancel request key長の変更とRailsへの関連
yahonda
0
120
OpenHands🤲にContributeしてみた
kotauchisunsun
1
440
Amazon ECS & AWS Fargate 運用アーキテクチャ2025 / Amazon ECS and AWS Fargate Ops Architecture 2025
iselegant
16
5.5k
Oracle Audit Vault and Database Firewall 20 概要
oracle4engineer
PRO
3
1.7k
Featured
See All Featured
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Making Projects Easy
brettharned
116
6.3k
Embracing the Ebb and Flow
colly
86
4.7k
Rails Girls Zürich Keynote
gr2m
94
14k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
How STYLIGHT went responsive
nonsquared
100
5.6k
Into the Great Unknown - MozCon
thekraken
39
1.9k
Producing Creativity
orderedlist
PRO
346
40k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Navigating Team Friction
lara
187
15k
Speed Design
sergeychernyshev
32
1k
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
ありがとうございました。