Skip to content

Commit

Permalink
remove duplicate readme info
Browse files Browse the repository at this point in the history
  • Loading branch information
delfu committed Jul 6, 2016
1 parent 58b4881 commit 08202d1
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions README.md
Expand Up @@ -4,33 +4,6 @@ This repo contains sample in various languages for using Text-to-Speech in the M
* [Read the documentation](https://www.microsoft.com/cognitive-services/en-us/speech-api/documentation/overview)
* [Find more SDKs & Samples](https://www.microsoft.com/cognitive-services/en-us/SDK-Sample?api=bing%20speech)


## The Sample

### Requirements
* Android OS must be Android 4.1 or higher (API Level 16 or higher)
* The speech client library contains native code. To use this sample in an emulator, make sure that your build variant matches the architecture (x86 or arm) of your emulator. However, due to the need of audio, using a physical device is recommended.

### Build the sample
1. First, you must obtain a Speech API subscription key by [following the instructions on our website](<https://www.microsoft.com/cognitive-services/en-us/sign-up>).

2. Start Android Studio and open project by File \> Import Project. Choose subfolder "Sample" in the Speech \> TextToSpeech \> Android folder.

3. In Android Studio -\> "Project" panel -\> "Android" view, open file
"app/res/values/strings.xml", and find the line
"Please\_add\_the\_subscription\_key\_here;". Replace the
"Please\_add\_the\_subscription\_key\_here" value with your subscription key
string from the first step. If you cannot find the file "string.xml", it is
in folder "Sample\app\src\main\res\values\string.xml".

4. In Android Studio, select menu "Build \> Make Project" to build the sample, and "Run" to launch this sample app.

### Run the sample
In Android Studio, select menu "Run", and "Run app" to launch this sample app.

<img src="SampleScreenshots/SampleRunning1.png" width="50%"/>


## Contributing
We welcome contributions. Feel free to file issues and pull requests on the repo and we'll address them as we can. Learn more about how you can help on our [Contribution Rules & Guidelines](</CONTRIBUTING.md>).

Expand Down

0 comments on commit 08202d1

Please sign in to comment.