Skip to content
Snippets Groups Projects
Commit d4b6fa03 authored by Stuart Mark James's avatar Stuart Mark James
Browse files

Little extra in README.md

parent 1160a51e
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,9 @@ make convert-audio
## Installation
Along with the binary, the TextToSpeech device server requires a small script to configure the AWS keys and some pre-converted audio files.
Along with the binary, the TextToSpeech device server requires a small script to configure the AWS keys and some pre-converted audio files. The audio files are converted via the build system and placed under the `build` directory. See the Build instructions for more information.
Under `scripts` there is a script named setup.sh. This is to be sourced before running the device server (or unit tests). It will set the AWS keys to allow the devices server to use the AWS cloud SDK.
## Running Tests
......@@ -116,6 +117,7 @@ To see more options for the unit-test command line binary:
```
Note: Some unit tests require valid audio, so the `convert-audio` target must be built before running the tests.
Note: Polly unit tests require the setup.sh script be sourced first.
## License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment