Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongyihui committed Dec 27, 2017
1 parent f36ca02 commit dee93aa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

0.1.0 (2017-12-27)
------------------

* support TuneIn audio stream
* add alexa-audio-check util

0.0.9 (2017-09-29)
------------------

Expand Down
12 changes: 9 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,15 @@ Installation
Get started
------------

1. run ``alexa-auth`` to login Amazon, it will save authorization information to ``~/.avs.json``
2. run ``alexa-tap``, then press Enter to talk with alexa
3. run ``alexa``, then use "alexa" to start with conversation with alexa, for example, "alexa, what time is it"
1. run ``alexa-audio-check`` to check if recording & playing is OK. If RMS is not zero, recording is OK, if you can hear alarm, playing is OK.

$alexa-audio-check
RMS: 41
RMS: 43

2. run ``alexa-auth`` to login Amazon, it will save authorization information to ``~/.avs.json``
3. run ``alexa-tap``, then press Enter to talk with alexa
4. run ``alexa``, then use "alexa" to start with conversation with alexa, for example, "alexa, what time is it"


Change Alexa Voice Service client id and product id
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name='avs',
version='0.0.9',
version='0.1.0',
description="Python implementation of Alexa Voice Service App",
long_description=readme + '\n\n' + history,
author="Yihui Xiong",
Expand Down

0 comments on commit dee93aa

Please sign in to comment.