-
Notifications
You must be signed in to change notification settings - Fork 13
Jar file not found #1
Comments
Hi, the jar file should be in the example/main/java/jnilibs/ folder. could you please check if the file exists in the location mentioned. |
@fmegen , no its not there |
@fmegen any update on this |
We updated the SDK to version 0.5.0. With this version,. the SDK supports Android. This version includes documenation and sample code for Android. The Android libraries are now hosted in a maven repository. Please have a look here for pointers: |
@fmegen , is it available for iOS as well? |
iOS is on our list, but there is currently no estimated date. |
I had the same issue and followed the links that @fmegen mentions above. However, now I am running into cannot resolve symbol for: I am using implementation 'com.microsoft.cognitiveservices.speech:client-sdk:1.0.0' |
@saroup please update your code as these types are no longer available with the speech sdk 1.0.0, hope that helps kind regards, |
@fmegen thanks for your reply. Yes I did figure that much but the code in this repo needs to be updated accordingly. MainActivity.java still have old references. |
@saroup, please use the samples for the speech SDK which you can find here |
I indeed want to use the Speech Devices SDK but I missed this information about it using an earlier version of the speech SDK. Which should be included in the missing jar file that we refer to in this issue, right? |
@fmegen I was able to compile the app. However, when I run it on an ARM emulator I get this runtime error: Do you know why can this be happening? It seems to be some mismatch in the libraries I am using. |
I will follow up with more details. |
how do i use speechonfig and audioconfig classes? |
@wilsonchua20 - probably a different issue you shouldn't just attach to an open issue. |
There is still no "com.microsoft.cognitiveservices.speech.jar". |
@BlueAnthony could you please elaborate more about your configuration setup. thanks! |
Hi, i tried using microsoft speech service, but it says |
Hi @deepakgarg444, what is the device / OS you're using this with? This repository is about the Speech Devices SDK (https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-devices-sdk-android-quickstart) while the reference you're pointing to is for related to the Speech SDK (https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/quickstart-java-jre). |
Hi @mahilleb-msft , Actually i want to use Speech SDK for Speech to text conversion on macOS.
But it is giving me this error: |
(https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/quickstart-java-jre) |
@deepakgarg444 - could you file a fresh issue here please: https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues. |
Hi Team,
src/main/jniLibs/com.microsoft.cognitiveservices.speech.jar , this jar is not found but mentioned in the gradle file of the module
The text was updated successfully, but these errors were encountered: