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
86
Alexa Warming Up my Live Stream!
haruharuharuby
1
82
AAJUG meetup September
haruharuharuby
0
39
How Voice Technology is Changing Customer Experience from Brain Perspectives
haruharuharuby
0
70
IVSの盛り上げ役にAlexaをつかってみようか
haruharuharuby
0
780
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
300
Other Decks in Technology
See All in Technology
DevIO2025_継続的なサービス開発のための技術的意思決定のポイント / how-to-tech-decision-makaing-devio2025
nologyance
1
370
2025年夏 コーディングエージェントを統べる者
nwiizo
0
140
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
5
360
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
120
「全員プロダクトマネージャー」を実現する、Cursorによる仕様検討の自動運転
applism118
19
9.2k
データアナリストからアナリティクスエンジニアになった話
hiyokko_data
2
440
バイブスに「型」を!Kent Beckに学ぶ、AI時代のテスト駆動開発
amixedcolor
2
530
テストを軸にした生き残り術
kworkdev
PRO
0
190
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
0
300
Webブラウザ向け動画配信プレイヤーの 大規模リプレイスから得た知見と学び
yud0uhu
0
230
なぜSaaSがMCPサーバーをサービス提供するのか?
sansantech
PRO
8
2.7k
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
4
540
Featured
See All Featured
The Language of Interfaces
destraynor
161
25k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
The Cult of Friendly URLs
andyhume
79
6.6k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Documentation Writing (for coders)
carmenintech
74
5k
A Tale of Four Properties
chriscoyier
160
23k
Why Our Code Smells
bkeepers
PRO
339
57k
Side Projects
sachag
455
43k
Building an army of robots
kneath
306
46k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
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
ありがとうございました。