We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fab644 commit a54a0afCopy full SHA for a54a0af
cmd/root.go
@@ -57,7 +57,7 @@ func init() {
57
58
// Define CLI flags
59
rootCmd.PersistentFlags().String("config", "", "Path to the config file (default ~/.config/QuickPiperAudiobook/config.yaml)")
60
- rootCmd.PersistentFlags().Bool("speak-utf-8", false, "Enable UTF-8 character speech (e.g., Chinese, diacritics)")
+ rootCmd.PersistentFlags().Bool("speak-utf-8", false, "Enable UTF-8 character speech (don't strip out UTF-8 characters like Chinese or diacritics)")
61
rootCmd.PersistentFlags().String("model", "en_US-hfc_male-medium.onnx", "Speech synthesis model to use")
62
rootCmd.PersistentFlags().String("output", ".", "Output directory for the audiobook")
63
rootCmd.PersistentFlags().Bool("mp3", false, "Export audiobook as MP3 (requires ffmpeg)")
0 commit comments