Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion piper/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ for more information.
[Listen to voice samples](https://rhasspy.github.io/piper-samples/)

Name of the Piper voice to use, such as `en_US-lessac-medium` (the default).
Voice models are automatically downloaded from https://huggingface.co/rhasspy/piper-voices/tree/v1.0.0
Voice models are automatically downloaded from <https://huggingface.co/rhasspy/piper-voices/tree/main>.
To use the latest voices, you may need to use the `update_voices` option.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Use direct, authoritative tone instead of "may".

The sentence uses "may" which should be avoided. Rewrite to be more direct and authoritative.

📝 Proposed fix
-To use the latest voices, you may need to use the `update_voices` option.
+To use the latest voices, enable the **update_voices** option.

As per coding guidelines: "For instructional content in documentation, use a direct and authoritative tone. Avoid expressions of politeness such as 'may' or 'please', and ensure the goal of the instruction is fronted."

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
To use the latest voices, you may need to use the `update_voices` option.
To use the latest voices, enable the **update_voices** option.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@piper/DOCS.md` at line 31, Rewrite the sentence in DOCS.md to use a direct,
authoritative tone by removing "may" and fronting the instruction; change "To
use the latest voices, you may need to use the `update_voices` option." to a
direct imperative such as "Use the `update_voices` option to get the latest
voices." Ensure the reference to the `update_voices` option remains exact.


Voices are named according to the following scheme: `<language>_<REGION>-<name>-<quality>`
The `<name>` portion comes from the dataset used to train the voice or the speaker's name if it was provided.
Expand Down