Questions tagged [avs]

Audio Video Standard (AVS) is a compression standard for digital audio and video, and is competing with H.264/AAC to potentially replace MPEG-2. Chinese companies own 90% of AVS patents. The audio and video files have an .avs extension as a container format.

20 questions
2
votes
0 answers

PayFlow Pro with Hosted Checkout not rejecting transactions with failed AVS

I have a web application configured to use PayFlow Pro with hosted checkout pages and SecureToken. It's currently in TEST mode and I've configured the account (via the PayPal Manager) to use FULL AVS, however when I make a payment with an invalid…
mrmcderm
  • 461
  • 1
  • 5
  • 7
1
vote
0 answers

Compile error when I compile Alexa AVS SDK with Android.mk

We will develop on the Android platform, but considering the stability problem, we decided to develop in C++ language, so we use android.mk to compile avs SDK integrated into the Android system. But when I compile, Always find No such file or…
JetTong
  • 11
  • 3
1
vote
0 answers

Amazons Alexa: requests are not shown in the voice history

I wrote a webserive like echosim.io or sammachins webalexa etc. Im able to record a question, send it to alexa and get an answer. But the requests are not shown in the voice history. How does this history work? When i talk to alexa via echodot or…
1
vote
1 answer

AVS with Alexa Skills

Is it possible to use Alexa Skill with Alexa Voice Service (AVS)? I can't find any AVS API to link to user's Amazon account to enable certain Skills. Is it possible that to use Skill on a third party Alexa device?
1
vote
1 answer

Linker error showing on installing MobileVLCKit via pods in my project

Getting a linker error on my swift project on installing MobileVLCKit via pods. Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_VLCMediaPlayer", referenced from: objc-class-ref in StreamingController.o ld: symbol(s) not found for…
1
vote
2 answers

Is it possible to restrict Alexa or an AVS device to a custom skill?

Is it possible to restrict and AVS device (a device running Alexa) to a single skill? So if I built an AI skill and have it running on a device, is it possible to keep the experience inside the custom skill so I don't have to keep saying Alexa, open…
SprayKid982
  • 333
  • 3
  • 16
1
vote
1 answer

Authorize.net AVS error page handling

I am simulating an AVS error and the response displayed - An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to…
0
votes
0 answers

Does AVS API have scheduling features?

Does Amazon's AVS API have scheduling features, for example scheduling an audio player command? I need this for my Android application so I can make my code schedule the command and then the API actually playing back the audio on the Alexa device. I…
0
votes
1 answer

Can we use Alexa skill from custom iOS app?

Can I use Alexa skill from my iOS application (just like we do it from the Echo dot etc)? I checked a few old links which are working as follows, and I think it can be done using AVS: record the message upload it and get Alexa's response Play it…
Fayza Nawaz
  • 2,256
  • 3
  • 26
  • 61
0
votes
1 answer

How to make AWS Lambda wait for a shadow updated topic

My desired flow is: ask my iot device to do something using AVS sdk aws lambda triggered and update the device shadow iot device triggered based on the shadow topic: delta and do something locally. Publish the status to shadow when done doing…
Nick Chang
  • 1
  • 1
  • 4
0
votes
1 answer

I need to get API key for my application and, for this, I need the MD5 signature of my certificate

As seen on the Internet, I use "keytool" to get it : keytool -list -v -alias androiddebugkey -keystore keystore.jks I type in the password android and receive the SHA1 and SHA256 signatuers. The problem is that I need an MD5 signature. I am…
T. Will
  • 61
  • 1
  • 1
  • 3
0
votes
0 answers

Is it possible to integrate Alexa voice service (AVS) to iOS app?

Surfed web but couldn't find any detailed document related to AVS integration with iOS app. Is Remote Authorisation is only allowed from iOS app? or else the app can behave like alexa (getting voice input and giving response)? Please share any…
Boobalan
  • 53
  • 10
0
votes
1 answer

how to store or fetch requests given by user to alexa voice service on raspberry pi in database?

I am naive to alexa voice service. I am trying to integrate machine learning algorithm(naive bayes) in alexa voice service sample app. To implement this algorithm i need to store all the request(voice commands given by user) which are successfully…
0
votes
1 answer

How to send multi chunk data using nghttp2?

I am using the nghttp2 library to format the multipart frames to communicate with Alexa. I am currently able to get the response of audio with a multipart message. But, currently it is only possible to send data up to 16KB, I want to do streaming of…
0
votes
1 answer

ALEXA VOICE SERVICE RESPONSE : "sorry I am not sure" or "hmmm i dont know that"

i m integrating alexa voice service is my ios app ...... now i m hearing alexa voice response as sorry i don't know that ... what changes has to be done to resolve this issue .. what updates have taken place in alexa voice service .. if any one can…
1
2