polly

command module
v0.0.0-...-0998392 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2022 License: LGPL-3.0 Imports: 19 Imported by: 0

README

GoDoc

polly

polly is a simple CLI tool to transform academic plain text files into audio using AWS Polly. Extraneous text such as references are removed.

Installation

See Releases.

Usage

See polly -h:

Transform academic plain text files into audio using AWS Polly.

Usage of polly:

Defaults:
  -bucket string
        Output S3 bucket name (default "my-bucket")
  -dry-run
        Print TTS to file without processing. (default true)
  -engine string
        TTS engine (standard or neural) (default "neural")
  -format string
        Output format (mp3, ogg_vorbis, or pcm) (default "mp3")
  -input string
        Filename containing text to convert (default "input.txt")
  -prefix string
        Output S3 bucket prefix (default "<filename>")
  -voice string
        Voice to use for synthesis (Joanna, Salli, Kendra, Matthew, Amy [British], Brian [British], Olivia [Australian]) (default "Joanna")

Optional environmental variables:

    export AWS_SHARED_CREDENTIALS_PROFILE=default
    export AWS_SNS_TOPIC_ARN=my_topic_arn

Authors

License

GNU Lesser General Public License v3.0

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL