alexa-pi / AlexaPi

Alexa client for all your devices! # No active development. PRs welcome # consider https://github.com/respeaker/avs instead
MIT License
1.33k stars 396 forks source link

Refactor: AVS #23

Open renekliment opened 8 years ago

renekliment commented 8 years ago

Right now, there's a lot of intertwined code regarding AVS communication (requests, response handling), triggering, recording, playback.

Splitting AVS into a separate module is especially important since we could then potentially support other services if available (Google Assistant for example), but what's more important, we could then start the work on new AVS API without much problems.

renekliment commented 8 years ago

Note: Have a look at @ewenchou's https://github.com/ewenchou/alexa-client if it makes any sense to use it.