willblaschko / AlexaAndroid

A library and sample app to abstract access to the Amazon Alexa service for Android applications.
GNU General Public License v2.0
280 stars 132 forks source link

Live Audio Streaming #94

Open nangsan opened 7 years ago

nangsan commented 7 years ago

I'm able to Stream Live Audio by using this method, and it works more or less.

The real problem is I'm able to receive StopCapure Directive but, I can't find a way to close my Audio Stream connection and moreover, the SpeechRecognize Event call was not captured in Log.

I'm working on code cloned from the master branch and not using maven dependency since the maven version doesn't handle SetEndPoint Directive.

Am I missing anything?

nangsan commented 7 years ago

Fixed the stream not closing. I'm able to close my Audio Stream by closing the Sink of the Pipe.