1.0.3 • Published 5 years ago

@react-native-speak/polly v1.0.3

Weekly downloads
9
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.1-alpha.0

5 years ago

0.2.0-alpha.0

5 years ago

0.1.1-alpha.0

5 years ago

0.1.0-alpha.0

5 years ago

0.0.1-alpha.1

5 years ago