1.0.3 • Published 6 years ago

@react-native-speak/polly v1.0.3

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

Polly

An AWS Polly Speech Provider

Usage

import { PollyProvider } from '@react-native-speak/polly';

const polly = new PollyProvider({
  signatureVersion: 'v4',
  region: 'us-east-1',
  accessKeyId: 'ACCESSKEYID',
  secretAccessKey: 'SUPERSECRETSAUCE',
});

const speech = new Speech([polly]);
speech.speak('Hello');
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.2.1-alpha.0

6 years ago

0.2.0-alpha.0

6 years ago

0.1.1-alpha.0

6 years ago

0.1.0-alpha.0

6 years ago

0.0.1-alpha.1

6 years ago