Skip to content
This repository was archived by the owner on Aug 14, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ To add the client library dependency from Android Studio:
8. Click `OK` to add the new dependency.
9. Download the appropriate JNI library `libandroid_platform.so` from [this page](https://github.com/Microsoft/Cognitive-Speech-STT-Android/tree/master/SpeechSDK/libs) and put into your project's directory `app/src/main/jniLibs/armeabi/` or `app/src/main/jniLibs/x86/`.

To add prevention rule from proguard-rules.pro file:

```
# Microsoft
-keep class com.microsoft.**{*;}
```

## The Sample

This sample demonstrates the following features using a wav file or external microphone input:
Expand Down