Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Jun 7, 2016
1 parent 0e82b33 commit b62b7da
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ cd icon-font-to-png/bin

## Usage
The script comes with two subcommands (`synthesize` is the default one):
```shell
```
$ ivona-speak synthesize -h
Usage: ivona-speak synthesize [OPTIONS] TEXT
Expand All @@ -47,7 +47,7 @@ Options:
-h, --help Show this message and exit.
```

```shell
```
$ ivona-speak list-voices -h
Usage: ivona-speak list-voices [OPTIONS]
Expand All @@ -67,13 +67,17 @@ With above usage everything should be pretty clear, but in case it
isn't:

You can provide keys either explicitly or put them in YAML file (one of
those ways is required):
`$ ivona-speak list-voices --access-key 'YOUR_ACTUAL_ACCESS_KEY' --secret-key 'YOUR_ACTUAL_SECRET_KEY'`
`$ ivona-speak list-voices -a secrets.yaml`
those ways is required):
```
$ ivona-speak list-voices --access-key 'YOUR_ACTUAL_ACCESS_KEY' --secret-key 'YOUR_ACTUAL_SECRET_KEY'
$ ivona-speak list-voices -a secrets.yaml
```

Also, `synthesized` is the default subcommand so those do the same:
`$ ivona-speak synthesize -a secrets.yaml -o hello_world.mp3 'Hello world!'`
`$ ivona-speak -a secrets.yaml -o hello_world.mp3 'Hello world!'`
Also, `synthesized` is the default subcommand so those do the same:
```
$ ivona-speak synthesize -a secrets.yaml -o hello_world.mp3 'Hello world!'
$ ivona-speak -a secrets.yaml -o hello_world.mp3 'Hello world!'
```

List all available IVONA voices, and list them now:
`$ ivona-speak list-voices -a secrets.yaml`
Expand All @@ -85,7 +89,7 @@ She sounds so nice. I want someone special to respond her:
`$ ivona-speak synthesize -a secrets.yaml -o response.mp3 -n Joey 'How you doin?'`

### Example auth file
```shell
```
$ cat secrets.yaml
access-key: YOUR_ACTUAL_ACCESS_KEY
secret-key: YOUR_ACTUAL_SECRET_KEY
Expand Down

0 comments on commit b62b7da

Please sign in to comment.