Kushtrim Pacaj

Results 14 comments of Kushtrim Pacaj

Very very very useful library. Have used it since the beginning on the main app of the [HELLO device](https://www.solaborate.com/hello2). For an app like ours that is the main app of...

Android ( AOSP ), has the same file ( org/apache/http/conn/ssl/AllowAllHostnameVerifier ) in framework.jar , and it doesn't contain the INSTANCE field: http://androidxref.com/7.1.2_r36/xref/frameworks/base/core/java/org/apache/http/conn/ssl/AllowAllHostnameVerifier.java Unfortunately this takes precedence to the app version,...

I had the same problem in styles.xml Android Studio 3.0.1 Build #AI-171.4443003, built on November 9, 2017 JRE: 1.8.0_152-release-915-b08 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Mac OS...

https://github.com/alexa/alexa-avs-sample-app You can get wakewords from Kitt.AI or Sensory. Tried them both, sensory seemed more reliable.

@Ehsanta83 See this https://github.com/Kitt-AI/snowboy/tree/master/examples/Android for Kitt.Ai. For Sensory, I'm afraid you'll have to contact them directly. To combine them with this library, on the callback from wakeword lib, just "click"...

@Ehsanta83 A simple way is included in this library ( check the method here ): https://github.com/willblaschko/AlexaAndroid/blob/35f259b9e1484b340498312ea0ba5bf6a2ddaca2/libs/speechutils-master/app/src/main/java/ee/ioc/phon/android/speechutils/AbstractAudioRecorder.java#L217 It's not optimal, so you might have to tinker with it to get the...

This is happening to me also, but haven't had time to try and debug. If anyone has any ideas, I'm up for help on implementing.

@willblaschko This is happening way to often to me, and I haven't had any luck debugging. I don't really know where to start the debugging. Any ideas why Amazon returns...

@willblaschko Regarding your comment ("The main one is to show that it received an event (this is supposed to happen"), do you mean that it returns 204 like an acknowledgment...

@willblaschko I saved the bytes we're sending to the server to a file, and then tried sending the same file. When I sent a file of a recording for which...