Skip to content

Commit

Permalink
fix example config.yaml: %s -> {{.}}
Browse files Browse the repository at this point in the history
  • Loading branch information
cdfmlr committed Apr 5, 2023
1 parent 49162ad commit 25eddc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ AzureSayer:
FormatMicrosoft: "audio-16khz-32kbitrate-mono-mp3"
FormatMimeSubtype: "mp3"
Roles:
"jenny": '<speak version="1.0" xml:lang="zh-CN"><voice name="en-US-JennyMultilingualNeural">%s</voice></speak>'
"jenny": '<speak version="1.0" xml:lang="zh-CN"><voice name="en-US-JennyMultilingualNeural">{{.}}</voice></speak>'

0 comments on commit 25eddc4

Please sign in to comment.