You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Clone repository for Azure-Samples/Cognitive-Services-Speech-Devices-SDK
On Step 7 of Run the sample application, build/run fails
The project-level and module-level build.gradle files reference jniLib files which are not packaged. The documentation indicates that the speech devices SDK is separate from the speech SDK. Related download links do not work.
implementation files('src/main/jniLibs/com.microsoft.cognitiveservices.speech.jar')
Any log messages given by the failure
n/a
Expected/desired behavior
Expected that the speech devices SDK sample will include or reference relevant dependencies via maven. The speech SDK page indicates that the related Speech SDK (not Speech Devices SDK) library can be downloaded from a Maven repository
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
Mac Darwin & Win10
This issue is for a: (mark with an
x
)Minimal steps to reproduce
implementation files('src/main/jniLibs/com.microsoft.cognitiveservices.speech.jar')
Any log messages given by the failure
n/a
Expected/desired behavior
Expected that the speech devices SDK sample will include or reference relevant dependencies via maven. The speech SDK page indicates that the related Speech SDK (not Speech Devices SDK) library can be downloaded from a Maven repository
OS and Version?
Versions
Latest commit 74e0067 5 days ago / 1.6.0 sample
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: