parent
a62220d544
commit
90c068ff1b
|
@ -19,6 +19,7 @@ You can set up the SDK on the following platforms:
|
|||
* [Linux or macOS](https://github.com/alexa/avs-device-sdk/wiki/Linux-Quick-Start-Guide)
|
||||
* [Raspberry Pi](https://github.com/alexa/avs-device-sdk/wiki/Raspberry-Pi-Quick-Start-Guide) (Raspbian Jessie)
|
||||
|
||||
Or if you prefer, you can start with our [SDK API Documentation](https://alexa.github.io/avs-device-sdk/).
|
||||
|
||||
### Learn More About The AVS Device SDK
|
||||
|
||||
|
@ -98,4 +99,4 @@ v1.0.1 released 8/17/2017:
|
|||
* `ACL`'s asynchronous receipt of audio attachments may manage resources poorly in scenarios where attachments are received but not consumed.
|
||||
* When an `AttachmentReader` does not deliver data for prolonged periods, `MediaPlayer` may not resume playing the delayed audio.
|
||||
* Without the refresh token in the JSON file, the sample app crashes on start up.
|
||||
* Any connection loss during the `Listening` state keeps the app stuck in this state, unless the ongoing interaction is manually stopped by the user.
|
||||
* Any connection loss during the `Listening` state keeps the app stuck in this state, unless the ongoing interaction is manually stopped by the user.
|
||||
|
|
Loading…
Reference in New Issue