diff --git a/HISTORY.rst b/HISTORY.rst index e9126e7..f2111c0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ------------------ diff --git a/README.rst b/README.rst index df02f7b..f54fc22 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index 6461d6a..51d33f1 100644 --- a/setup.py +++ b/setup.py @@ -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",