@react-native-speak/polly
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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');

Readme

Keywords

Package Sidebar

Install

npm i @react-native-speak/polly

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

10.6 kB

Total Files

4

Last publish

Collaborators

  • ericlewis