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
78
AAJUG meetup September
haruharuharuby
0
37
How Voice Technology is Changing Customer Experience from Brain Perspectives
haruharuharuby
0
64
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
270
VoiceLunchJp#02 Share VUI App and reputation
haruharuharuby
1
290
Other Decks in Technology
See All in Technology
Agent Development Kit によるエージェント開発入門
enakai00
17
2.4k
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
17k
データベースの引越しを Ora2Pg でスマートにやろう
jri_narita
0
180
AIコーディング新時代を生き残るための試行錯誤 / AI Coding Survival Guide
tomohisa
4
5.6k
Introduction to Bill One Development Engineer
sansan33
PRO
0
240
Two-Tower モデルで実現する 検索リランキング / Shibuya_AI_2
visional_engineering_and_design
2
120
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
270
CloudBruteによる外部からのS3バケットの探索・公開の発見について / 20250605 Kumiko Henmi
shift_evolve
3
340
ソフトウェアテストのAI活用_ver1.20
fumisuke
0
210
Generational ZGCのメモリ運用改善 - その物理メモリ使用量、本当に正しい?
tabatad
0
270
Digitization部 紹介資料
sansan33
PRO
1
4k
実践Kafka Streams 〜イベント駆動型アーキテクチャを添えて〜
joker1007
3
820
Featured
See All Featured
Practical Orchestrator
shlominoach
188
11k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
180
53k
Rails Girls Zürich Keynote
gr2m
94
13k
GraphQLとの向き合い方2022年版
quramy
46
14k
Bash Introduction
62gerente
614
210k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.8k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
GitHub's CSS Performance
jonrohan
1031
460k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
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
ありがとうございました。