Skip to content

Commit

Permalink
switch default voice to less buggy alt
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer T Royce, Esq committed Sep 24, 2023
1 parent 766470b commit 473da5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ $ piperbook --help
Chapter detection and naming is very imperfect. Patches welcome.


## TODO
## FAQ

- m4b format support.
- Use piper more intelligently
> I want m4b support
Either use [m4btool](https://github.com/sandreas/m4b-tool) or submit a patch.


## Credit
Expand Down
2 changes: 1 addition & 1 deletion src/piperbook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class Args(tap.TypedArgs):
)
voice: str = tap.arg(
"-v",
default="en_US-ryan-high",
default="en_US-lessac-high",
help=
"voice to use for the generated audio. To see valid options, see the docs for piper",
)
Expand Down

0 comments on commit 473da5e

Please sign in to comment.