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.